52 'args' => [ $number, $inbase, $outbase, 0,
true,
'php' ]
56 'args' => [ $number, $inbase, $outbase, 0,
true,
'bcmath' ]
60 'args' => [ $number, $inbase, $outbase, 0,
true,
'gmp' ]
require_once RUN_MAINTENANCE_IF_MAIN
addOption($name, $description, $required=false, $withArg=false, $shortName=false, $multiOccurrence=false)
Add a parameter to the script.
addDescription($text)
Set the description text.
getOption($name, $default=null)
Get an option, or return the default.
output($out, $channel=null)
Throw some output to the user.