From 0a239758290cb1f1ff9bd87d9b72bc353e7a1dc7 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Sun, 4 Nov 2001 09:18:53 +0000 Subject: [PATCH] Replaced a para. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61536 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/network.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/functions/network.xml b/functions/network.xml index 9a74f2e6bf..cd3f9f62e9 100644 --- a/functions/network.xml +++ b/functions/network.xml @@ -1,5 +1,5 @@ - + Network Functions Network @@ -526,9 +526,8 @@ echo $out; result in negative integers, you need to use the "%u" formatter of sprintf or printf to get the string representation of the unsigned IP address. + - - This second example shows how to print a converted address with the printf function :