File path: dist/twist/Core/Utilities/FTP.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
listDirectory
— List the provided directory and return as an array
Name | Description |
---|---|
$strDirectory | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strDirectory = 'foo';
//Call the function listDirectory with the example vars
Twist::FTP() -> listDirectory($strDirectory);