list_to_tree()
list_to_tree(array $list, string $pk = "id", string $pid = "fid", string $child = "children", integer $root) : array
Parameters
array | $list | 二维索引数组 |
string | $pk | 主键名 |
string | $pid | 父节点名 |
string | $child | 子ID名 |
integer | $root | 根节点 |