File path: dist/twist/Core/Models/FTP/Socket.model.php
Namespace: Twist\Core\Models\FTP
closePassiveConnection
— Pass in a passive connection resource to be correctly closed
Name | Description |
---|---|
$resPassiveConnection | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$resPassiveConnection = (resource);
//Call the function closePassiveConnection with the example vars
$resSocket = new \Twist\Core\Models\FTP\Socket();
$resSocket -> closePassiveConnection($resPassiveConnection);