mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added RFC 3986 link to See Also.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322704 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a0194922b8
commit
7885b223b0
4 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="function.parse-url" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xml:id="function.parse-url" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>parse_url</refname>
|
||||
<refpurpose>Parse a URL and return its components</refpurpose>
|
||||
|
@ -213,6 +213,7 @@ Array
|
|||
<member><function>http_build_url</function></member>
|
||||
<member><function>dirname</function></member>
|
||||
<member><function>basename</function></member>
|
||||
<member><link xlink:href="&url.rfc;3986">RFC 3986</link></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="function.rawurldecode" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xml:id="function.rawurldecode" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>rawurldecode</refname>
|
||||
<refpurpose>Decode URL-encoded strings</refpurpose>
|
||||
|
@ -77,6 +77,7 @@ echo rawurldecode('foo%20bar%40baz'); // foo bar@baz
|
|||
<member><function>rawurlencode</function></member>
|
||||
<member><function>urldecode</function></member>
|
||||
<member><function>urlencode</function></member>
|
||||
<member><link xlink:href="&url.rfc;3986">RFC 3986</link></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="function.urldecode" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xml:id="function.urldecode" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>urldecode</refname>
|
||||
<refpurpose>Decodes URL-encoded string</refpurpose>
|
||||
|
@ -84,6 +84,7 @@ while ($i < count($a)) {
|
|||
<member><function>urlencode</function></member>
|
||||
<member><function>rawurlencode</function></member>
|
||||
<member><function>rawurldecode</function></member>
|
||||
<member><link xlink:href="&url.rfc;3986">RFC 3986</link></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -109,6 +109,7 @@ echo '<a href="mycgi?' . htmlentities($query_string) . '">';
|
|||
<member><function>htmlentities</function></member>
|
||||
<member><function>rawurlencode</function></member>
|
||||
<member><function>rawurldecode</function></member>
|
||||
<member><link xlink:href="&url.rfc;3986">RFC 3986</link></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue