标签: php shell command-line
我正在尝试从命令行启动:
$ /usr/bin/php -f "index.php?refresh_words=1" Could not open input file: index.php?refresh_words=1
当然,没有?refresh_words=1它运行正常。我可以从命令行传递$ _GET参数吗?
?refresh_words=1
答案 0 :(得分:7)
你不能这样做。使用argv和argc。请参阅手册中的Command Line Usage部分
argv
argc