mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Acronym case consistency, and iF=If
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@142314 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
619d87b50d
commit
f4948e3e72
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/url.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.parse-url">
|
||||
<refnamediv>
|
||||
|
@ -14,7 +14,7 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
This function returns an associative array containing any of the
|
||||
various components of the URL that are present. iF one of them is
|
||||
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>
|
||||
|
@ -62,12 +62,12 @@
|
|||
<para>
|
||||
This function is <emphasis role="strong">not</emphasis> meant to validate
|
||||
the given URL, it only breaks it up into the above listed parts. Partial
|
||||
urls are also accepted, <function>parse_url</function> tries its best to
|
||||
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.
|
||||
This function doesn't work with relative URLs.
|
||||
</para>
|
||||
</note>
|
||||
<example>
|
||||
|
|
Loading…
Reference in a new issue