“; } echo “——-
“; foreach( $testarr as $k=>$v ) { echo $k.”=>”.$v.”
“; }
你可能以为结果为
实际输出是
这是什么道理?
你可能以为结果为
实际输出是
这是什么道理?
rev="post-1129" 1 comment
By C1G – 2010/10/20
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
关注互联网、网页设计、Web开发、服务器运维优化、项目管理、网站运营、网站安全…
Proudly powered by WordPress and Carrington.
嗯,看起来好像就是个bug,参见http://bugs.php.net/bug.php?id=29992