我想if(function_exists("my_func")) echo 'function exists';直接使用命令行执行单个php语句,而不必使用单独的php文件.
if(function_exists("my_func")) echo 'function exists';
这怎么可能 ?
php linux shell command-line function
command-line ×1
function ×1
linux ×1
php ×1
shell ×1