|
ftp_deleteDeletes a file on the FTP server Description
bool ftp_delete
( resource
$ftp_stream
, string $path
)
ftp_delete deletes the file specified by
Parameters
Return Values
Returns Examples
Example #1 ftp_delete example
<?php |