Searched refs:ftp_size (Results 1 – 7 of 7) sorted by relevance
/PHP-7.2/ext/ftp/tests/ |
H A D | filesize_large.phpt | 18 var_dump(ftp_size($ftp, 'largefile'));
|
H A D | 006.phpt | 27 var_dump(ftp_size($ftp)); 85 Warning: ftp_size() expects exactly 2 parameters, 1 given in %s006.php on line 20
|
H A D | 005.phpt | 33 var_dump(ftp_size($ftp, ''));
|
/PHP-7.2/ext/ftp/ |
H A D | php_ftp.h | 65 PHP_FUNCTION(ftp_size);
|
H A D | php_ftp.c | 277 PHP_FE(ftp_size, arginfo_ftp_size) 1155 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION() 1205 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION() 1262 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION() 1352 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION() 1383 PHP_FUNCTION(ftp_size) in PHP_FUNCTION() argument 1399 RETURN_LONG(ftp_size(ftp, file, file_len)); in PHP_FUNCTION()
|
H A D | ftp.h | 199 zend_long ftp_size(ftpbuf_t *ftp, const char *path, const size_t path_len);
|
H A D | ftp.c | 1136 ftp_size(ftpbuf_t *ftp, const char *path, const size_t path_len) in ftp_size() function
|
Completed in 23 milliseconds