longOpts[$opt] = $callback; } } class CheckDomain { public function host(string $domain) { echo $domain; } } CheckDomain::host('lhprojects.net'); /* Get command line options */ $args = new GetOpts;