Searched refs:local_filename (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/ftp/ |
H A D | ftp.stub.php | 74 function ftp_get($ftp, string $local_filename, string $remote_filename, int $mode = FTP_BINARY, int… argument 77 function ftp_nb_get($ftp, string $local_filename, string $remote_filename, int $mode = FTP_BINARY, … argument 95 function ftp_put($ftp, string $remote_filename, string $local_filename, int $mode = FTP_BINARY, int… argument 98 function ftp_append($ftp, string $remote_filename, string $local_filename, int $mode = FTP_BINARY):… argument 101 function ftp_nb_put($ftp, string $remote_filename, string $local_filename, int $mode = FTP_BINARY, … argument
|
H A D | ftp_arginfo.h | 104 ZEND_ARG_TYPE_INFO(0, local_filename, IS_STRING, 0) 112 ZEND_ARG_TYPE_INFO(0, local_filename, IS_STRING, 0) 141 ZEND_ARG_TYPE_INFO(0, local_filename, IS_STRING, 0) 149 ZEND_ARG_TYPE_INFO(0, local_filename, IS_STRING, 0) 156 ZEND_ARG_TYPE_INFO(0, local_filename, IS_STRING, 0)
|
Completed in 5 milliseconds