TwistPHP Documentation

featureSupported

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

featureSupportedDetect if the connected FTP server supports this feature

Parameters

Name Type Description
$strFeaturestringn/a

Return Values

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

Example

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

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