File path: dist/twist/Core/Models/FTP/Native.model.php
Namespace: Twist\Core\Models\FTP
mdtm
— Get the last modified time of any given file on the remote FTP server
Name | Description |
---|---|
$strFilename | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strFilename = 'foo';
//Call the function mdtm with the example vars
$resNative = new \Twist\Core\Models\FTP\Native();
$resNative -> mdtm($strFilename);