mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
- Fix broken build.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165615 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
99e8b3cb1c
commit
b7da1e219d
2 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.inet-ntop">
|
||||
<refnamediv>
|
||||
<refname>inet_ntop</refname>
|
||||
|
@ -38,7 +38,6 @@ echo $expanded;
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</note>
|
||||
<para>
|
||||
See also <function>long2ip</function>,
|
||||
<function>inet_pton</function>, and
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.inet-pton">
|
||||
<refnamediv>
|
||||
<refname>inet_pton</refname>
|
||||
|
@ -31,7 +31,6 @@ $in6_addr = inet_pton('::1');
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</note>
|
||||
<para>
|
||||
See also <function>ip2long</function>,
|
||||
<function>inet_ntop</function>, and
|
||||
|
|
Loading…
Reference in a new issue