PEAR_Config::getFTP

PEAR_Config::getFTP() – The ftp server is set in readFTPConfigFile(). It exists only if a remote configuration file has been specified

Synopsis

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

PEAR_FTP|false& PEAR_Config::getFTP ( )

Description

returns the object that can be used for accessing the remote FTP server, or false if none should be used.

Throws

throws no exceptions thrown

Note

This function can not be called statically.

Get the documentation for a config value (Previous) Get the parameter group for a config key (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.