运行php页面,报错:
Namespace declaration statement has to be the very first statement in the script
仔细检查php文件,是不是第一行有其他符号或者空行了,
<?//这个代码必须在第一行
?>
运行php页面,报错:
Namespace declaration statement has to be the very first statement in the script
仔细检查php文件,是不是第一行有其他符号或者空行了,
<?//这个代码必须在第一行
?>