Objective:The foreach structure is introduced in PhP4, which is an easy way to iterate through an array. foreach makes it easier to get key-value pairs than a traditional for-loop. Before PhP5, foreach can only be used in arrays, and after php5, it
This article provides a detailed analysis of the foreach problem in php. For more information, see
Preface:The foreach structure is introduced in php4, which is a simple way to traverse arrays. Compared with the traditional for loop, foreach can
Preface:The foreach structure is introduced in php4, which is a simple way to traverse arrays. Compared with the traditional for loop, foreach can more easily obtain key-value pairs. Before php5, foreach can only be used as an array; after php5,
PHP's foreach Traversal array
Foreach
(PHP 4, PHP 5)
The foreach construct provides an easy-to-iterate over arrays. foreach works only on arrays and objects, and would issue an error if you try to use it on a variable with a different Da TA type or
This article describes how to deeply parse the foreach statement in PHP to control the array loop, for more information, see foreach. it is a commonly used control statement in PHP for array loop.
Because of its convenience and ease of use, it
foreach traversal arrays are common, and foreach can also traverse objects
Do the following tests:
Class I
{public
$a = ' a ';
protected $b = ' B ';
Private $c = ' C ';
Private $data = Array (' Fantasy ', ' windows ', ' Linux ');
Internal
This article describes how to deeply parse the foreach statement in PHP to control the array loop, for more information, see foreach. it is a commonly used control statement in PHP for array loop.
Because of its convenience and ease of use, it
Php foreach traversal ArrayForeach
(PHP 4, PHP 5)
The foreach construct provides an easy way to iterate over arrays. foreach works only on arrays and objects, and will issue an error when you try to use it on a variable with a different data type or
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.