update : 2015.11.03
php.shukuma.com검색:
|
ftp_size(PHP 4, PHP 5, PHP 7) ftp_size — Returns the size of the given file 설명
int ftp_size
( resource
$ftp_stream
, string $remote_file
)ftp_size() returns the size of the given file in bytes.
인수
반환값Returns the file size on success, or -1 on error. 예제
Example #1 ftp_size() example
<?php |