Net_FTP::Net_FTP()

Net_FTP::Net_FTP() -- constructor

Synopsis

require_once 'Net/FTP.php';

object Net_FTP::Net_FTP ([string $host = null [, int $port = null]])

Description

Create a new object for communication with FTP servers.

Parameter

Return value

object - the new Net_FTP object.

Note

This function can not be called statically.

Example