To open a unix domain socket with PHP 4.3.3 it seams to work if you call
fsockopen with port less then 1 and target the path to the socket not
prefixed with "unix://".
Ex:
$s =
fsockopen("/tmp/socket",0);
| PHP动态 | 经典文章 | CLASS | 相关下载 | 常见问题 | FORUM | WIKI | 在线手册 |
|
| |||||||||||||||
| view source | feedback | send page | sitemap | aboutus |
|
Copyright ® 2002-2003 PHPE.NET. All rights reserved Last updated:2002-11-22 |