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:
Egon Schmid 2001-11-04 09:18:53 +00:00
parent e942dc32b1
commit 0a23975829

View file

@ -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>