TwistPHP Documentation

modified

File path: dist/twist/Core/Utilities/FTP.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

modifiedGet the last modified time of any given file on the remote FTP server

Parameters

Name Type Description
$strFilenamestringn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$strFilename 'foo';

//Call the function modified with the example vars
Twist::FTP() -> modified($strFilename);