TwistPHP Documentation

systype

File path: dist/twist/Core/Models/FTP/Socket.model.php
Namespace: Twist\Core\Models\FTP
Extends:

systypeGet the system name for the FTP connection

Return Values

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

Example

<?php
//Call the function systype with the example vars
$resSocket = new \Twist\Core\Models\FTP\Socket();
$resSocket -> systype();