mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Replaced a para.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61536 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e942dc32b1
commit
0a23975829
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.42 $ -->
|
||||
<!-- $Revision: 1.43 $ -->
|
||||
<reference id="ref.network">
|
||||
<title>Network Functions</title>
|
||||
<titleabbrev>Network</titleabbrev>
|
||||
|
@ -526,9 +526,8 @@ echo $out;
|
|||
result in negative integers, you need to use the "%u" formatter of
|
||||
<function>sprintf</function> or <function>printf</function> to get
|
||||
the string representation of the unsigned IP address.
|
||||
</para>
|
||||
</note>
|
||||
</para>
|
||||
<para>
|
||||
This second example shows how to print a converted address with the
|
||||
<function>printf</function> function :
|
||||
<example>
|
||||
|
|
Loading…
Reference in a new issue