|
ftp_sizeReturns 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 See Also
|