API17

Difference between revisions of "JString::parse url"

From Joomla! Documentation

(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/parse/11.1|JURI::parse]]
+
* [[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

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JString::parse_url[edit]

Description[edit]

Does a UTF-8 safe version of PHP parse_url function.

Template:Description:JString::parse url [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public static JString::parse_url ($url)
Parameter Type Default Description
$url string URL to parse

Returns[edit]

associative array or false if badly formed URL.

Defined in[edit]

libraries/joomla/utilities/string.php (line 698)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JString::parse url

Examples[edit]

<CodeExamplesForm />