mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix little typo in the result of example3 (spotted by Elazar)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@211544 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f8f3c89f46
commit
f9694dd7d1
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<refentry id="function.http-build-query">
|
||||
<refnamediv>
|
||||
<refname>http_build_query</refname>
|
||||
|
@ -93,7 +93,7 @@ echo http_build_query($data, 'flags_');
|
|||
</para>
|
||||
<screen>
|
||||
<![CDATA[
|
||||
user[name]=Bob+Smith&user[age]=47&user[sex]=M&user[dob]=5%1F12%1F1956&
|
||||
user[name]=Bob+Smith&user[age]=47&user[sex]=M&user[dob]=5%2F12%2F1956&
|
||||
pastimes[0]=golf&pastimes[1]=opera&pastimes[2]=poker&pastimes[3]=rap&
|
||||
children[bobby][age]=12&children[bobby][sex]=M&children[sally][age]=8&
|
||||
children[sally][sex]=F&flags_0=CEO
|
||||
|
|
Loading…
Reference in a new issue