File::isAbsolute()

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

Synopsis

Описание

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

Параметр

string $path - the path the will be checked.

Возвращаемое значение

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

Заметка

Эта функция может быть вызвана статически.

Пример

    Поддержать сайт на родительском проекте КГБ