Unexpected '[' error
This question already has an answer here:
Your PHP version doesn't support the []
notation, this kind of notation is available from PHP 5.4, use $a = array('f','a','b');
instead.
上一篇: row()[0],在本地服务器上正常工作
下一篇: 意外的错误
This question already has an answer here:
Your PHP version doesn't support the []
notation, this kind of notation is available from PHP 5.4, use $a = array('f','a','b');
instead.
上一篇: row()[0],在本地服务器上正常工作
下一篇: 意外的错误