 |
PHP: parse_url - Manual - PHP: Hypertext Preprocessor
Return Values On seriously malformed URLs, parse_url() may return FALSE. If the component parameter is omitted, an associative array is returned. At least one element will be present within the array. Potential keys within this array are: scheme - e.g ...
php.net |
 |