[PHP-DOC] cvs: phpdoc /en/functions network.xml From: Torben Wilson (torben <email protected>)
Date: 08/19/00

torben Sat Aug 19 13:56:49 2000 EDT

  Modified files:
    /phpdoc/en/functions network.xml
  Log:
  
  
  Small clarification.
  
  
Index: phpdoc/en/functions/network.xml
diff -u phpdoc/en/functions/network.xml:1.11 phpdoc/en/functions/network.xml:1.12
--- phpdoc/en/functions/network.xml:1.11 Sat Aug 19 13:54:00 2000
+++ phpdoc/en/functions/network.xml Sat Aug 19 13:56:49 2000
@@ -135,17 +135,18 @@
      </funcprototype>
     </funcsynopsis>
     <para>
- Initiates a stream connection in the Internet (AF_INET, using
- TCP or UDP) or Unix (AF_UNIX) domain. For the Internet domain,
- it will open a TCP
- socket connection to <parameter>hostname</parameter> on
- port <parameter>port</parameter>. For UDP connections, you need
- to explicitely specify the the protocol:
- <parameter>udp://hostname</parameter>. For the Unix domain,
- <parameter>hostname</parameter> will be used as the path to the
- socket, <parameter>port</parameter> must be set to 0 in this
- case. The optional <parameter>timeout</parameter> can be used
- to set a timeout in seconds for the connect system call.
+ Initiates a stream connection in the Internet (AF_INET, using TCP
+ or UDP) or Unix (AF_UNIX) domain. For the Internet domain, it
+ will open a TCP socket connection to
+ <parameter>hostname</parameter> on port
+ <parameter>port</parameter>. <parameter>hostname</parameter> may
+ in this case be either a fully qualified domain name or an IP
+ address. For UDP connections, you need to explicitely specify the
+ the protocol: <parameter>udp://hostname</parameter>. For the
+ Unix domain, <parameter>hostname</parameter> will be used as the
+ path to the socket, <parameter>port</parameter> must be set to 0
+ in this case. The optional <parameter>timeout</parameter> can be
+ used to set a timeout in seconds for the connect system call.
     </para>
     <para>
      <function>Fsockopen</function> returns a file pointer which may