数组代码如下:
<?php $items = array( array( 'id' => 1, 'pid' => 0, 'name' => '一级11' ) , array( 'id' => 11, 'pid' => 0, 'name' => '一级12' ) , array( 'id' => 2, 'pid' => 1, 'name' => '二级21' ) , array( 'id' => 10, 'pid' => 11, 'name' => '二级22' ) , array( 'id' => 3, 'pid' => 1, 'name' => '二级23' ) , array( 'id' => 12, 'pid' => 11, 'name' => '二级24' ) , array( 'id' => 13, 'pid' => 12, 'name' => '三级31' ) , array( 'id' => 9, 'pid' => 1, 'name' => '二级25' ) , ); ?>
函数代码如下:
<?php function formatTree($array, $pid = 0) { $arr = array(); $tem = array(); foreach ($array as $v) { if ($v['pid'] == $pid) { $tem = formatTree($array, $v['id']); //判断是否存在子数组 $tem && $v['son'] = $tem; $arr[] = $v; } } return $arr; } ?>
其中,数组一定要包含id和pid用以指定数组值之间的层级关系.
文章链接:
随便收藏,请保留本文地址!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

WebStorm Mac version
Useful JavaScript development tools

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Atom editor mac version download
The most popular open source editor
