TwistPHP Documentation

delete

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

deleteRemove the file from the 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 delete with the example vars
Twist::FTP() -> delete($strFilename);