Domain Constants for Socket Connections : socket_create « Network « PHP






Domain Constants for Socket Connections

 
AF_INET       Internet (IPv4) protocols
 
AF_INET6      Internet (IPv6) protocols
 
AF_UNIX       Local interprocess communication
  
  








Related examples in the same category

1.Creating a Simple Socket-Based Server
2.Socket Type Constants
3.Retrieving a Website Using Sockets