Example #1
0
 /**
  * Returns the system type identifier
  * @link http://php.net/php_systype
  *
  * @return string The remote system type, FALSE on error
  */
 public function systype()
 {
     return ftp_systype($this->connection->getStream());
 }