socket_status() - display the status of each LPC socket
mixed *socket_status(void | int);
socket_status() returns an array of arrays; one for each socket.
socket_status(int fd) returns an array with:
. ret[0] = (int) fd
. ret[1] = (string) state
. ret[2] = (string) mode
. ret[3] = (string) local address
. ret[4] = (string) remote address
. ret[5] = (object) owner
socket_accept(3), socket_create(3)