$sockets = array(); if (socket_create_pair(AF_UNIX, SOCK_STREAM, 0, $sockets) === false) echo "socket_create_pair failed. Reason: ".socket_strerror(socket_last_error()); $this->socket = $sockets[1];