Rev 465 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#!/bin/php<?php#使用命名空間qbpwcfnamespace qbpwcf;#匯入外部套件include("/usr/lib/qbpwcf/allInOne.php");#如果不存在要轉換成16進位的數值if( !isset($_SERVER['argv'][1]) ){#show helphelp();#停止執行exit;}#如果第參數為 "help" 或 "-h"if( $_SERVER['argv'][1]==="help" || $_SERVER['argv'][1]==="-h" ){#show helphelp();#停止執行exit;}#if end#說明function help(){#說明echo $_SERVER['argv'][0]." [line start] [line end] [file]".PHP_EOL;}?>