mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
* Fix WS in example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268064 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
44ca5c00c7
commit
646d729348
1 changed files with 6 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry xml:id="function.inet-pton" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>inet_pton</refname>
|
||||
|
@ -50,13 +50,12 @@
|
|||
<title><function>inet_pton</function> Example</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$in_addr = inet_pton('127.0.0.1');
|
||||
<?php
|
||||
$in_addr = inet_pton('127.0.0.1');
|
||||
|
||||
$in6_addr = inet_pton('::1');
|
||||
|
||||
?>
|
||||
]]>
|
||||
$in6_addr = inet_pton('::1');
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue