📜  注意:数组到字符串转换php代码示例

📅  最后修改于: 2022-03-11 14:54:11.703000             🧑  作者: Mango

代码示例6
// suppress the Notices:
error_reporting(0);
print(array(1,2,3));    //Prints 'Array' without a Notice.