File::getTempFile() (Previous) (Next) File::read()

View this page in Last updated: Mon, 02 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

File::isAbsolute()

File::isAbsolute() -- checks wether the given path is an absolute path

Beschrijving

This method checks whether the supplied path is an absolute path (eg. "/foo/bar" or "C:\foo\bar").

Parameter

string $path - the path the will be checked.

Return waarde

This method returns TRUE if the path is absolute, FALSE otherwise.

Note

Deze functie kan statisch worden aangeroepen.

File::getTempFile() (Previous) (Next) File::read()

Download Documentation Last updated: Mon, 02 Jul 2007
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.