Net_FTP::cd() (Previous) (Next) Net_FTP::mkdir()

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

Net_FTP::pwd()

Net_FTP::pwd() -- returns the directory on the server you are currently in.

Description

Returns the directory currently selected on the server.

Valeur retournée

mixed - path (absolute) as string on success, otherwise PEAR::Error.

Valeurs renvoyées

The returned PEAR_Error object in case of an error is unspecific. You can ignore the errornumber and errormessage, because only "Could not determine the actual path" will be returned if the operation fails.

Note

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

Net_FTP::cd() (Previous) (Next) Net_FTP::mkdir()

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.