See also http_build_query()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207124 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2006-02-14 09:27:43 +00:00
parent 4f8dedca2e
commit 3e1db1b149

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.parse-str">
<refnamediv>
@ -64,6 +64,7 @@ echo $output['arr'][1]; // baz
</para>
<para>
See also <function>parse_url</function>, <function>pathinfo</function>,
<function>http_build_query</function>,
<function>get_magic_quotes_gpc</function>, and <function>urldecode</function>.
</para>
</refsect1>