PEAR_Config::getFTP

PEAR_Config::getFTP() – Le serveur FTP est défini dans le fichier readFTPConfigFile(). Il n'existe que si un fichier de configuration distant a été spécifié

Synopsis

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

PEAR_FTP|false& PEAR_Config::getFTP ( )

Description

Retourne un objet qui peut être utilisé pour accéder au serveur FTP distant, ou FALSE si aucun ne peut être utilisé.

Throws

No exceptions thrown.

Note

This function can not be called statically.