$unit = new Unit( socket: '/usr/local/var/run/unit/control.sock', address: 'http://localhost' );
$unit->getSocket();
$unit->getAddress();
$unit->removeConfig();
Last updated 1 year ago