Searched refs:ftp_nb_fput (Results 1 – 6 of 6) sorted by relevance
/PHP-8.1/ext/ftp/tests/ |
H A D | ftp_nb_fput.phpt | 2 Testing ftp_nb_fput basic functionality 19 var_dump(ftp_nb_fput($ftp, $destination_file, $source_file, FTP_ASCII));
|
H A D | 005.phpt | 51 ftp_nb_fput($ftp, 'x', fopen(__FILE__, 'r'), 0); 91 ftp_nb_fput(): Argument #4 ($mode) must be either FTP_ASCII or FTP_BINARY
|
H A D | 007.phpt | 119 var_dump(ftp_nb_fput($ftp, 'remote', $ftp, 9999)); 203 ftp_nb_fput(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
|
/PHP-8.1/ext/ftp/ |
H A D | ftp_arginfo.h | 222 ZEND_FUNCTION(ftp_nb_fput); 262 ZEND_FE(ftp_nb_fput, arginfo_ftp_nb_fput)
|
H A D | ftp.stub.php | 77 …function ftp_nb_fput(FTP\Connection $ftp, string $remote_filename, $stream, int $mode = FTP_BINARY… function
|
H A D | php_ftp.c | 915 PHP_FUNCTION(ftp_nb_fput) in PHP_FUNCTION() argument
|
Completed in 13 milliseconds