Home > PHP > Function > FTP > ftp_systype()

ftp_systype()

ftp_systype - Returns the system type identifier of the remote FTP server

Syntax

string ftp_systype (resource $ftp_stream)

Arguments

  • ftp_stream - The link identifier of the FTP connection.

Description

Returns the system type identifier of the remote FTP server.

Version

PHP 4, 5

Return value

Returns the remote system type, or FALSE on error.