mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixing #25791
integrating some notes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@142124 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ca777ca163
commit
c5297bcdcd
1 changed files with 9 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/url.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.parse-url">
|
||||
<refnamediv>
|
||||
|
@ -13,8 +13,9 @@
|
|||
<methodparam><type>string</type><parameter>url</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function returns an associative array returning any of the
|
||||
various components of the URL that are present. This includes the
|
||||
This function returns an associative array containing any of the
|
||||
various components of the URL that are present. iF one of them is
|
||||
missing, no entry will be created for it. The components are :
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
@ -64,6 +65,11 @@
|
|||
urls are also accepted, <function>parse_url</function> tries its best to
|
||||
parse them correctly.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This function doesn't work with relative urls.
|
||||
</para>
|
||||
</note>
|
||||
<example>
|
||||
<title><function>parse_url</function> example</title>
|
||||
<screen>
|
||||
|
|
Loading…
Reference in a new issue