Register Register Member Login Member Login Member Login Forgot Password ??
PHP (Hypertext Preprocessor), ASP (Active Server Pages), ASP.NET, VB.NET, C# (.Net 1.1, 2.0, 3.5, 4.0)
   
   
  Registered : 74,379
   
 
HOME > PHP > PHP Looping > PHP foreach()

PHP foreach()

 
 
Send To Friend.Bookmark.
PHP foreach() เป็นคำสั่งเพื่อนำข้อมูลออกมาจากตัวแปลที่เป็นประเภท array โดยสามารถเรียกค่าได้ทั้ง $key และ $value ของ array

Syntax

<?
foreach (array_expression as $value)
{
    statement & Condition
}
foreach (array_expression as $key => $value)
{
    statement & Condition
}
?>



Sample

<?php
$arr = array("one", "two", "three");
foreach ($arr as $value) {
    echo "Value: $value<br>";
}
echo "<hr>";
reset($arr);
while(list($key, $value) = each($arr)) {
    echo "Key: $key; Value: $value<br>";
}
echo "<hr>";
foreach($arr as $key => $value) {
    echo "Key: $key; Value: $value<br>";
}
?>



PHP foreach
Screenshot

PHP foreach


Reference : http://www.thaicreate.com/php-manual/control-structures.foreach.html





 

ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท

 
  By : ThaiCreate.Com Team (บทความเป็นลิขสิทธิ์ของเว็บไทยครีเอทห้ามนำเผยแพร่ ณ เว็บไซต์อื่น ๆ)
  Score Rate :  
  Create/Update Date : 2008-08-10 01:55:51 / 2008-09-10 00:51:13
  View : 7,832
  Download : Download  PHP foreach()
   
 
Sponsored Links
  Download Google Chorme
 
Ads Contact : 08-1987-6107
Download Google Chorme
 
Ads Contact : 08-1987-6107
 Sponsored Links
PHP while()
Rate : View : 8,067
PHP do..while()
Rate : View : 5,486
PHP for()
Rate : View : 9,070
PHP break()
Rate : View : 3,664
PHP continue()
Rate : View : 3,272
PHP declare()
Rate : View : 3,211
ThaiCreate.Com Forum
PHP Forum ASP Forum
.NET Forum Graphic Forum
Comunity Forum Free Web Script
Jobs Freelance Free Uploads
Free Web Hosting Free Tools



 

© www.ThaiCreate.Com. 2003-2009 All Rights Reserved. Link : ไทยกู๊ดเว็บ , ติดแก๊ส , Hosting
Comments & Suggestions Please Contact Us : thaicreate at hotmail dot com [Conditions Privacy Statement] ติดต่อโฆษณา 01-987-6107 อัตราราคา คลิกที่นี่