티스토리 수익 글 보기
WP_Filesystem_FTPext::mtime( string $file ): int|false
Gets the file modification time.
Parameters
$filestringrequired- Path to file.
Source
public function mtime( $file ) {
return ftp_mdtm( $this->link, $file );
}
Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.