Mdtm

Navigation:  Development > Function Reference > Module > Ftp >

Mdtm

Previous pageReturn to chapter overviewNext page

Returns the last-modified time of the given file on the remote

 

App::Module('Ftp')->Mdtm(Path);
 

 

Parameter

Type

Description

Path

Mandatory

File path

 

See bellow examples:

 

$time = $Ftp->MdTm("Winter.jpg");