<?php public function parsexml($menus) { $result = array(); foreach ($menus as $menu) { $tmparr = array(); // 处理空文本节点方式a if ($menu->nodename != '#text') { // 检索子元素时跳跃过文本节点 - 处理空文本节点方式b for ($i = 1; $i < $menu->childnodes->length; $i+= 2) { $anode = $menu->childnodes->item($i); // 子元素遍历 $anode->childnodes->length > 1 ? $tmparr[$anode->nodename] = $this->parsexml($anode->childnodes) : $tmparr[$anode->nodename] = $anode->nodevalue; } array_push($result, $tmparr); } } return $result; } $doc = new domdocument(); $doc->load('a.xml'); // 第一种,有空文本节点 $menus = $doc->getelementsbytagname('sitemap')->item(0)->childnodes; // 第二种,明确指定标签,序列无空文本节点。但子元素仍然有空节点 $xpath = new domxpath($doc); $query = "/sitemap/child::a"; $menus = $xpath->query($query);
教程链接:
随意转载~但请保留教程地址★

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

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver Mac version
Visual web development tools

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Atom editor mac version download
The most popular open source editor

Notepad++7.3.1
Easy-to-use and free code editor
