#!/usr/bin/env php connect($ini['dsn']); $socket->sendmulti($argv); print(implode(PHP_EOL, $socket->recvMulti())); print(PHP_EOL);