Home
last modified time | relevance | path

Searched refs:ftp_nb_put (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/ext/ftp/tests/
H A Dftp_nb_put.phpt2 Testing ftp_nb_put basic functionality
19 var_dump(ftp_nb_put($ftp, $destination_file, $source_file, FTP_ASCII));
H A D007.phpt134 var_dump(ftp_nb_put($ftp, 'remote', 'local', 9999));
206 ftp_nb_put(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
/PHP-8.2/ext/ftp/
H A Dftp.h218 int ftp_nb_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftpty…
H A Dftp_arginfo.h225 ZEND_FUNCTION(ftp_nb_put);
265 ZEND_FE(ftp_nb_put, arginfo_ftp_nb_put)
H A Dftp.stub.php123 …function ftp_nb_put(FTP\Connection $ftp, string $remote_filename, string $local_filename, int $mod…
H A Dphp_ftp.c947 if (((ret = ftp_nb_put(ftp, remote, remote_len, stream, xtype, startpos)) == PHP_FTP_FAILED)) { in PHP_FUNCTION()
1046 PHP_FUNCTION(ftp_nb_put) in PHP_FUNCTION() argument
1088 ret = ftp_nb_put(ftp, remote, remote_len, instream, xtype, startpos); in PHP_FUNCTION()
H A Dftp.c2210 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 26 milliseconds