"Display usage information.", 'install' => "Make install operation.", ) ); $opts->parse(); } catch (Zend_Console_Getopt_Exception $e) { echo $e->getUsageMessage(); exit; } //Usage if(isset($opts->help)) { echo $opts->getUsageMessage(); exit; } if(isset($opts->install)) { if (stristr(PHP_OS, 'WIN')) { } else { } }