File path: dist/twist/Core/Models/FTP/Socket.model.php
Namespace: Twist\Core\Models\FTP
communicate
— Send and read data from the FTP connection, this function is used to send and receive all comms with the FTP server.
Name | Description |
---|---|
[$strRequestString = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strRequestString = null;
//Call the function communicate with the example vars
$resSocket = new \Twist\Core\Models\FTP\Socket();
$resSocket -> communicate($strRequestString);