Why doesn't mine report an error?
zl
zl 2019-07-25 10:42:14
0
2
1166

//Only scalars can be used. I used an array later. Just learn it and you will get an error.

define('BIAO',array(1,2,3) );

echo BIAO; ---Result:Array

zl
zl

reply all(2)
秋香姐家的小书童

echo cannot print array

殘留の回憶

php7会报notice错 Notice: Array to string conversion in E:\phpstudyv8\WWW\a.php on line 4 Array

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template