parse(); // or // command style invocation $ua = $parser(); echo $ua->platform() . PHP_EOL; echo $ua->browser() . PHP_EOL; echo $ua->browserVersion() . PHP_EOL;