How to convert DOMNodeList object into array. I have this code: $dom = new DOMDocument(); $dom->load('file.xml'); $names = $dom->getElementsByTagName('name');.
確定! 回上一頁