From c93b1c89aacb0a60d02dcd2a00b39ae2489fdf97 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Mon, 21 May 2001 12:52:53 +0000 Subject: [PATCH] tag'ed printf git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48032 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/network.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/network.xml b/functions/network.xml index 809bf31546..15fd750ec6 100644 --- a/functions/network.xml +++ b/functions/network.xml @@ -521,9 +521,9 @@ echo $out; This second example shows how to print a converted address with the - printf function: + printf function : - <function>IP Adres displaying</function> Example + IP Adres displaying <?php $ip = gethostbyname("www.php.net");