Easy Tutorial
❮ Func Date Sun Info Php Post ❯

PHP ftp_raw() Function



Definition and Usage

The ftp_raw() function sends a raw command to the FTP server.

Syntax

Parameter Description
ftp_connection Required. Specifies the FTP connection to use.
command Required. Specifies the command to execute.

Tips and Notes

Note: This function returns the server's response as an array of strings. It does not perform any parsing, and ftp_raw() does not check if the command is correct.


Example

The above code will output:

❮ Func Date Sun Info Php Post ❯