PHP » GoLang |
login |
register |
about
|
ftp_size(PHP 4, PHP 5, PHP 7) ftp_size — Returns the size of the given file Description
int ftp_size
( resource
$ftp_stream
, string $remote_file
)ftp_size() returns the size of the given file in bytes.
Parameters
Return ValuesReturns the file size on success, or -1 on error. Examples
Example #1 ftp_size() example
<?php |
more
Recently updated
more
Most requested
more
Last requests
|