$doc = new DOMdocument(); $doc->load($xml); $xpath = new DOMXpath($doc); $items = $xpath->query('/items/item'); foreach ($item as $item) ...
確定! 回上一頁