File path: dist/twist/Core/Utilities/FTP.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
featureSupported
— Detect if the connected FTP server supports this feature
Name | Description |
---|---|
$strFeature | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strFeature = 'foo';
//Call the function featureSupported with the example vars
Twist::FTP() -> featureSupported($strFeature);