Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.hcs.cmc.msu.ru/php/function.parse-url.html
Дата изменения: Sun Feb 3 22:56:59 2002
Дата индексирования: Mon Oct 1 21:42:39 2012
Кодировка:
parse_url

parse_url

(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)

parse_url -- Parse a URL and return its components

Description

array parse_url ( string url)

This function returns an associative array returning any of the various components of the URL that are present. This includes the "scheme", "host", "port", "user", "pass", "path", "query", and "fragment".

See also pathinfo().