php getdate()的疑问,熟悉php语言的进来

getdate()返回的是数组,这个我知道。print_r(getdate())就可以看到结果了,现在我的疑问是foreach不是历遍数组的函数吗 那我这样子写 为什么是错的?
<?php
$a=getdate()
foreach ($a as $b) {
echo "$b";
}
?>

不会的错的。你少了个分号,你要学会看错误提示
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答
大家正在搜