Searched refs:ftp_fput (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/ftp/tests/ |
H A D | ftp_fput.phpt | 2 Testing ftp_fput basic functionality 18 var_dump(ftp_fput($ftp, $destination_file, $source_file, FTP_ASCII));
|
H A D | 005.phpt | 30 ftp_fput($ftp, 'x', fopen(__FILE__, 'r'), 0); 82 ftp_fput(): Argument #4 ($mode) must be either FTP_ASCII or FTP_BINARY
|
H A D | 007.phpt | 115 var_dump(ftp_fput($ftp, 'remote', $ftp, 9999)); 203 ftp_fput(): supplied resource is not a valid FTP Buffer resource
|
/PHP-8.0/ext/ftp/ |
H A D | ftp_arginfo.h | 221 ZEND_FUNCTION(ftp_fput); 261 ZEND_FE(ftp_fput, arginfo_ftp_fput)
|
H A D | ftp.stub.php | 86 function ftp_fput($ftp, string $remote_filename, $stream, int $mode = FTP_BINARY, int $offset = 0):… function
|
H A D | php_ftp.c | 878 PHP_FUNCTION(ftp_fput) in PHP_FUNCTION() argument
|
Completed in 9 milliseconds