API17:JString::parse url
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 30: | Line 30: | ||
associative array or false if badly formed URL. | associative array or false if badly formed URL. | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/utilities/string.php | + | libraries/joomla/utilities/string.php (line 698) |
| + | * see source code in [[jplatform:utilities/string.php#cl-698|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
| − | * [[JURI | + | * [[JURI::parse/11.1|JURI::parse]] |
===See also=== | ===See also=== | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 21:19, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JString::parse_url
Description
Does a UTF-8 safe version of PHP parse_url function.
Description:JString::parse url [Edit Descripton]
Since
Synopsis
public static JString::parse_url ($url)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $url | string | URL to parse |
Returns
associative array or false if badly formed URL.
Defined in
libraries/joomla/utilities/string.php (line 698)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
