Searched refs:ftp_put (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/ftp/tests/ |
H A D | bug39583-2.phpt | 20 $upload = ftp_put($ftp, $destination_file, $source_file, FTP_BINARY);
|
H A D | bug39583.phpt | 21 $upload = ftp_put($ftp, $destination_file, $source_file, FTP_ASCII);
|
H A D | 007.phpt | 125 var_dump(ftp_put($ftp, 'remote', 'local', 9999)); 205 ftp_put(): supplied resource is not a valid FTP Buffer resource
|
/PHP-8.0/ext/ftp/ |
H A D | ftp_arginfo.h | 223 ZEND_FUNCTION(ftp_put); 263 ZEND_FE(ftp_put, arginfo_ftp_put)
|
H A D | ftp.h | 187 int ftp_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_…
|
H A D | ftp.stub.php | 95 function ftp_put($ftp, string $remote_filename, string $local_filename, int $mode = FTP_BINARY, int… function
|
H A D | php_ftp.c | 916 if (!ftp_put(ftp, remote, remote_len, stream, xtype, startpos)) { in PHP_FUNCTION() 984 PHP_FUNCTION(ftp_put) in PHP_FUNCTION() argument 1025 if (!ftp_put(ftp, remote, remote_len, instream, xtype, startpos)) { in PHP_FUNCTION()
|
H A D | ftp.c | 961 ftp_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t typ… in ftp_put() function
|
Completed in 16 milliseconds