georg Wed Apr 10 03:41:44 2002 EDT
Modified files:
/phpdoc/en/functions sockets.xml
/phpdoc/de/functions sockets.xml
Log:
changed url's in example
Index: phpdoc/en/functions/sockets.xml
diff -u phpdoc/en/functions/sockets.xml:1.35 phpdoc/en/functions/sockets.xml:1.36
--- phpdoc/en/functions/sockets.xml:1.35 Tue Apr 9 15:44:05 2002
+++ phpdoc/en/functions/sockets.xml Wed Apr 10 03:41:41 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.35 $ -->
+<!-- $Revision: 1.36 $ -->
<reference id="ref.sockets">
<title>Socket functions</title>
<titleabbrev>Sockets</titleabbrev>
@@ -132,7 +132,7 @@
$service_port = getservbyname ('www', 'tcp');
/* Get the IP address for the target host. */
-$address = gethostbyname ('www.php.net');
+$address = gethostbyname ('www.example.com');
/* Create a TCP/IP socket. */
$socket = socket_create (AF_INET, SOCK_STREAM, 0);
Index: phpdoc/de/functions/sockets.xml
diff -u phpdoc/de/functions/sockets.xml:1.15 phpdoc/de/functions/sockets.xml:1.16
--- phpdoc/de/functions/sockets.xml:1.15 Sat Feb 2 10:34:09 2002
+++ phpdoc/de/functions/sockets.xml Wed Apr 10 03:41:42 2002
@@ -122,7 +122,7 @@
$service_port = getservbyname ('www', 'tcp');
/* Die IP-Adresse des Zielhosts holen. */
-$address = gethostbyname ('www.php.net');
+$address = gethostbyname ('www.example.com');
/* Eine TCP/IP Socketverbindung aufbauen. */
$socket = socket (AF_INET, SOCK_STREAM, 0);