File path: dist/twist/Core/Models/FTP/Socket.model.php
Namespace: Twist\Core\Models\FTP
rmd
— Remove Directory
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 rmd with the example vars
$resSocket = new \Twist\Core\Models\FTP\Socket();
$resSocket -> rmd($strDirectory);