Searched refs:ftp_nb_put (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/ftp/tests/ |
H A D | ftp_nb_put.phpt | 2 Testing ftp_nb_put basic functionality 18 var_dump(ftp_nb_put($ftp, $destination_file, $source_file, FTP_ASCII));
|
H A D | 007.phpt | 135 var_dump(ftp_nb_put($ftp, 'remote', 'local', 9999)); 207 ftp_nb_put(): supplied resource is not a valid FTP Buffer resource
|
/PHP-8.0/ext/ftp/ |
H A D | ftp_arginfo.h | 225 ZEND_FUNCTION(ftp_nb_put); 265 ZEND_FE(ftp_nb_put, arginfo_ftp_nb_put)
|
H A D | ftp.h | 217 int ftp_nb_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftpty…
|
H A D | ftp.stub.php | 101 function ftp_nb_put($ftp, string $remote_filename, string $local_filename, int $mode = FTP_BINARY, … function
|
H A D | php_ftp.c | 971 if (((ret = ftp_nb_put(ftp, remote, remote_len, stream, xtype, startpos)) == PHP_FTP_FAILED)) { in PHP_FUNCTION() 1076 PHP_FUNCTION(ftp_nb_put) in PHP_FUNCTION() argument 1121 ret = ftp_nb_put(ftp, remote, remote_len, instream, xtype, startpos); in PHP_FUNCTION()
|
H A D | ftp.c | 2179 ftp_nb_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t … in ftp_nb_put() function
|
Completed in 21 milliseconds