PEAR_Config::readFTPConfigFile()

PEAR_Config::readFTPConfigFile() -- readFTPConfigFile

概要

require_once '/Config.php'; (since PEAR 1.4.0)

true|PEAR_Error PEAR_Config::readFTPConfigFile (string $path)

説明

Process a ftp configuration file by connecting to the server, retrieving the configuration file and parsing it normally. This function uses Net_FTP through the PEAR_FTP class.

パラメータ

string $path

url to the remote config file, like ftp://www.example.com/pear/config.ini

例外・エラー

throws no exceptions thrown

注意

この関数は、スタティックにコールする ことはできません。