update : 2015.11.03
php.shukuma.com검색:
|
ftp_mdtm(PHP 4, PHP 5, PHP 7) ftp_mdtm — Returns the last modified time of the given file 설명
int ftp_mdtm
( resource
$ftp_stream
, string $remote_file
)ftp_mdtm() gets the last modified time for a remote file.
인수
반환값Returns the last modified time as a Unix timestamp on success, or -1 on error. 예제
Example #1 ftp_mdtm() example
<?php |