Net_FTP::mkdir() (Previous) (Next) Net_FTP::mdtm()

View this page in Last updated: Sun, 28 Sep 2008
English | French | German | Hungarian | Japanese | Polish | Spanish | Plain HTML

Net_FTP::execute()

Net_FTP::execute() -- executes a command on the server.

Description

Executes a given command on the server (the SITE EXEC command is added by the method).

Paramètres

  • string $command - The command to be executed (without SITE EXEC).

Valeur retournée

mixed - true on success, otherwise PEAR::Error.

Valeurs renvoyées

The returned PEAR_Error object in case of an error is specific. There is only one errornumber which may occur. The message given by this error will contain the directory where the error occurred in "Execution of command '$command' failed". operation fails.

Note

Cette fonction ne peut pas être appelée de façon statique.

Net_FTP::mkdir() (Previous) (Next) Net_FTP::mdtm()

Download Documentation Last updated: Sun, 28 Sep 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.