Net_FTP::mdtm() (Previous) (Next) Net_FTP::ls()

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

Net_FTP::size()

Net_FTP::size() -- returns the size in bytes of a file.

Beschreibung

gives you the size of a file bytes.

Parameter

  • string $file - The file to check.

Rückgabewert

mixed - the size of the given file on success, otherwise PEAR::Error.

Fehler-Meldungen

The returned PEAR_Error object in case of an error is unspecific. You can ignore the errornumber and errormessage, because only "Connection failed" will be returned if the connection fails.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Net_FTP::mdtm() (Previous) (Next) Net_FTP::ls()

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.