From 646d7293486984b40ab0e8ce21a1a28b6239a5f4 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Fri, 31 Oct 2008 03:30:54 +0000 Subject: [PATCH] * Fix WS in example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268064 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/network/functions/inet-pton.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/reference/network/functions/inet-pton.xml b/reference/network/functions/inet-pton.xml index 51811d5310..498bd83100 100644 --- a/reference/network/functions/inet-pton.xml +++ b/reference/network/functions/inet-pton.xml @@ -1,5 +1,5 @@ - + inet_pton @@ -50,13 +50,12 @@ <function>inet_pton</function> Example - ]]> +$in6_addr = inet_pton('::1'); +?> +]]>