Instead, you create a DOMXPath object, as shown: $dom=new DOMDocument; $dom->load(__DIR__ . '/address-book.xml'); $xpath =new DOMXPath($dom); $emails ...
確定! 回上一頁