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);
|
|
| |||||||||||||||
| Copyright © 2001-2005 The PHP Group All rights reserved. |
This unofficial mirror is operated at:
The Server Pages Last updated: Thu May 19 17:35:34 2005 CDT |