API17

Difference between revisions of "JString::parse url"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 28: Line 28:
 
* '''Since''' {{JVer|11.1 }}
 
* '''Since''' {{JVer|11.1 }}
 
* '''Referenced by'''
 
* '''Referenced by'''
** [[JURI::parse/11.1|JURI::parse]]
+
** [[API17:JURI::parse|JURI::parse]]
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JString::parse_url source code''' on [[jplatform:utilities/string.php#cl-674|BitBucket]]
 
* {{JVer|11.1}} '''JString::parse_url source code''' on [[jplatform:utilities/string.php#cl-674|BitBucket]]
* {{JVer|11.1}} Class [[JString/11.1|JString]]
+
* {{JVer|11.1}} Class [[API17:JString|JString]]
* {{JVer|11.1}} Subpackage [[Subpackage_Utilities/11.1|Utilities]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Utilities|Utilities]]
* [[JString::parse_url|Other versions of JString::parse_url]]
+
* [[API17:JString::parse_url|Other versions of JString::parse_url]]
 
{{SeeAlso:JString::parse_url}}
 
{{SeeAlso:JString::parse_url}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:36, 11 May 2013

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]

public static function parse_url ($url)
Parameter Type Default Description
$url string URL to parse
  • Returns associative array or false if badly formed URL.
  • Defined on line 682 of libraries/joomla/utilities/string.php
  • Since Joomla 11.1
  • Referenced by

See also[edit]

Template:SeeAlso:JString::parse url [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />