遍历关联数组
遍历关联数组
遍历关联数组
$arr=array('id'=>'2','friendship'=>'Your life is too valuable to throw away','comes'=>' I\'m gonna say yes--yes to love','num'=>563,'make'=>'make up our minds to take the world as we find it'); while($key=key($arr)) { echo $key.'---'.$arr[$key].'<br>'; next($arr); } // 注意:只能遍历关联数组
- 上一篇:PHP-CLI Web 服务器
- 下一篇:获取在线ip
精彩图集
精彩文章