<?php $xmlIterator = new SimpleXMLIterator('<books><book>SQL Basics</book></books>'); $xmlIterator->rewind(); // rewind to the first element
確定! 回上一頁