Searched refs:ftp_size (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/ftp/tests/ |
H A D | filesize_large.phpt | 20 var_dump(ftp_size($ftp, 'largefile'));
|
H A D | 005.phpt | 58 var_dump(ftp_size($ftp, ''));
|
H A D | 007.phpt | 139 var_dump(ftp_size($ftp, '~')); 207 ftp_size(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
|
/php-src/ext/ftp/ |
H A D | php_ftp.c | 874 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION() 922 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION() 977 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION() 1063 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION() 1093 PHP_FUNCTION(ftp_size) in PHP_FUNCTION() argument 1106 RETURN_LONG(ftp_size(ftp, file, file_len)); in PHP_FUNCTION()
|
H A D | ftp.h | 196 zend_long ftp_size(ftpbuf_t *ftp, const char *path, const size_t path_len);
|
H A D | ftp_arginfo.h | 225 ZEND_FUNCTION(ftp_size); 264 ZEND_FE(ftp_size, arginfo_ftp_size)
|
H A D | ftp.stub.php | 124 function ftp_size(FTP\Connection $ftp, string $filename): int {}
|
H A D | ftp.c | 1153 ftp_size(ftpbuf_t *ftp, const char *path, const size_t path_len) in ftp_size() function
|
Completed in 15 milliseconds