PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<所支持的套接字传输器(Socket Transports)列表PHP 类型及比较符表>
Last updated: Mon, 16 Jul 2012

Unix 领域:Unix 和 UDG

unix:// 自 PHP 3 起可用,udg:// 自 PHP 5 起可用。

  • unix:///tmp/mysock

  • udg:///tmp/mysock

unix:// 提供了在 Unix 域中对套接字流连接的访问。udg:// 提供了替代的传输器以用户数据报协议(UDP)来访问 Unix 域套接字。

Unix 域套接字(UNIX Domain Socket),和 Internet Domain Socket 不同,不期望端口号。在 fsockopen()portno 参数应被设为 0。




<所支持的套接字传输器(Socket Transports)列表PHP 类型及比较符表>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST