PEAR_Config::getFTP()
PEAR_Config::getFTP() -- The ftp server is set in
readFTPConfigFile().
It exists only if a remote configuration file has been specified
概要
require_once '/Config.php'; (since PEAR 1.4.0) |
PEAR_FTP|false& PEAR_Config::getFTP ()
説明
returns the object that can be used for accessing the remote FTP server, or false
if none should be used.
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。