mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
tag'ed printf
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48032 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a31c6cbab0
commit
c93b1c89aa
1 changed files with 2 additions and 2 deletions
|
@ -521,9 +521,9 @@ echo $out;
|
|||
</para>
|
||||
<para>
|
||||
This second example shows how to print a converted address with the
|
||||
printf function:
|
||||
<function>printf</function> function :
|
||||
<example>
|
||||
<title><function>IP Adres displaying</function> Example</title>
|
||||
<title>IP Adres displaying</title>
|
||||
<programlisting role="php">
|
||||
<?php
|
||||
$ip = gethostbyname("www.php.net");
|
||||
|
|
Loading…
Reference in a new issue