Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use foreach () in PHP to jump out of this or current loop and terminate the loop

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces how to use foreach () in PHP to jump out of this or current cycle and terminate the loop. The article is very detailed and has a certain reference value. Interested friends must finish reading it!

PHPforeach () jumps out of this or current loop and terminates the loop method

In the foreach () loop in PHP, you want to be in the loop, when a condition is met, to think

Copy the code

$arr=array ('axiomagy, pachyman, cinema, cinnamon, cinnamon, cinema, cinema, cinnamon, etc.)

$html=''

Foreach ($arras$key= > $value) {

If ($value=='b') {

$html.=$value

Continue;// when $value is b, jump out of this cycle

}

If ($value=='c') {

$html.=$value

Break;// terminates the loop when $value is c

}

$html.=$value

}

Echo$html;// output: ab

Copy the code

Here is a practical example of yourself

/ / parent column

PublicfunctionparentList ($id)

{

/ / query all subcategory data under this column

CategoryData=db ("category")-> where ("id=". $id)-> find ()

/ / dump ($categoryData)

If (! $categoryData) {

$this- > error ("parameter error")

} else {

$this- > assign ('categoryData',$categoryData)

/ / query all subcategory data under this column, namely pid=$id

$category=db ("category")-> select ()

$praProductData=$this- > toLayer ($category)

/ / dump ($praProductData)

Foreach ($praProductDataas$k= > $v) {

/ / if there is a subcategory

If (! empty ($v ['zilei']) & & $v [' id'] = = $id) {

$praductData=Db::table ("ven_article")

-> alias ('a')

-> join ('ven_categoryw','a.cid=w.id')

-> where ("a.statusroom1 and W. piddance'". $id. ")

-> field ("a.idrect a.title.faceimgrect a.timekeeper report.resumerea.cidleg.name")

-> order ('a.idDESC')

-> paginate (6)

/ / dump ($praductData)

Break

} else {

/ / No subclasses

If ($v ['id'] = = $id) {

$praductData=Db::table ("ven_article")

-> alias ('a')

-> join ('ven_categoryw','a.cid=w.id')

-> where ("a.statusroom1anda.cid1" .$ id)

-> field ("a.idrect a.title.faceimgrect a.timekeeper report.resumerea.cidleg.name")

-> order ('a.idDESC')

-> paginate (6)

/ / dump ($praductData)

Break

}

}

}

$data=$praductData- > toArray () ['data']; / / or $data=$praductDatas- > all ()

If ($data) {

$this- > assign ('aura daizen 1)

}

$page=$praductData- > render ()

$this- > assign ('Page',$page)

$this- > assign ("newPraProduct", $praductData)

}

Returnview ("ParentList")

}

The result of printing $praProductData is as follows:

Array (5) {

[0] = > array (9) {

["id"] = > int (1)

["pid"] = > int (0)

["path"] = > string (3) "0-1"

["name"] = > string (9) "Air Curtain Cabinet"

["status"] = > int (1)

["seo_title"] = > string (0) ""

["seo_keys"] = > string (0) ""

["seo_desc"] = > string (0) ""

["zilei"] = > array (2) {

[0] = > array (9) {

["id"] = > int (2)

["pid"] = > int (1)

["path"] = > string (5) "0-1-2"

["name"] = > string (21) "Beverage supermarket Air Curtain"

["status"] = > int (1)

["seo_title"] = > string (0) ""

["seo_keys"] = > string (21) "Beverage supermarket Air Curtain"

["seo_desc"] = > string (21) "Beverage supermarket Air Curtain"

["zilei"] = > array (0) {

}

}

[1] = > array (9) {

["id"] = > int (37)

["pid"] = > int (1)

["path"] = > string (6) "0-1-37"

["name"] = > string (15) "supermarket air curtain cabinet"

["status"] = > int (1)

["seo_title"] = > string (0) ""

["seo_keys"] = > string (15) "supermarket air curtain cabinet"

["seo_desc"] = > string (15) "supermarket air curtain cabinet"

["zilei"] = > array (0) {

}

}

}

}

[1] = > array (9) {

["id"] = > int (33)

["pid"] = > int (0)

["path"] = > string (4) "0-33"

["name"] = > string (15) "Wind Curtain around the Island"

["status"] = > int (1)

["seo_title"] = > string (15) "Wind Curtain around the Island"

["seo_keys"] = > string (15) "Wind Curtain around the Island"

["seo_desc"] = > string (15) "Wind Curtain around the Island"

["zilei"] = > array (0) {

}

}

[2] = > array (9) {

["id"] = > int (46)

["pid"] = > int (0)

["path"] = > string (4) "0-46"

["name"] = > string (9) "ordering cabinet"

["status"] = > int (1)

["seo_title"] = > string (9) "ordering cabinet"

["seo_keys"] = > string (9) "ordering cabinet"

["seo_desc"] = > string (9) "ordering cabinet"

["zilei"] = > array (0) {

}

}

[3] = > array (9) {

["id"] = > int (48)

["pid"] = > int (0)

["path"] = > string (4) "0-48"

["name"] = > string (9) "Flower Cabinet"

["status"] = > int (1)

["seo_title"] = > string (9) "Flower Cabinet"

["seo_keys"] = > string (9) "Flower Cabinet"

["seo_desc"] = > string (9) "Flower Cabinet"

["zilei"] = > array (0) {

}

}

[4] = > array (9) {

["id"] = > int (53)

["pid"] = > int (0)

["path"] = > string (4) "0-53"

["name"] = > string (9) "Drug Cabinet"

["status"] = > int (1)

["seo_title"] = > string (0) ""

["seo_keys"] = > string (0) ""

["seo_desc"] = > string (0) ""

["zilei"] = > array (2) {

[0] = > array (9) {

["id"] = > int (54)

["pid"] = > int (53)

["path"] = > string (7) "0-53-54"

["name"] = > string (15) "Medicine cooler"

["status"] = > int (1)

["seo_title"] = > string (0) ""

["seo_keys"] = > string (0) ""

["seo_desc"] = > string (0) ""

["zilei"] = > array (0) {

}

}

[1] = > array (9) {

["id"] = > int (55)

["pid"] = > int (53)

["path"] = > string (7) "0-53-55"

["name"] = > string (15) "Drug freezer"

["status"] = > int (1)

["seo_title"] = > string (0) ""

["seo_keys"] = > string (0) ""

["seo_desc"] = > string (0) ""

["zilei"] = > array (0) {

}

}

}

}

}

To jump out of this loop and continue to the next loop, or to terminate the foreach () loop when a condition is met, you will use continue and break, respectively.

The above is all the content of the article "how to use foreach () in PHP to jump out of this or current loop and stop loop". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report