TwistPHP Documentation

disconnect

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

disconnectDisconnect from the remote FTP server

Return Values

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

Example

<?php
//Call the function disconnect with the example vars
Twist::FTP() -> disconnect();