|
ftp_rawSends an arbitrary command to an FTP server Description
arraynull ftp_raw(FTP\Connection
$ftp , string $command )
Sends an arbitrary Parameters
Return Values
Returns the server's response as an array of strings, or Changelog
Examples
Example #1 Using ftp_raw to login to an FTP server manually.
See Also
|