simplexml
How can I handle a huge XML file using SimpleXML but to prevent memory and performance problems?
I am trying to avoid XMLReader for an app I build that has a huge XML file. SimpleXML is easy to write and I was wondering if there is any开发者_如何转开发 way to successfully handle it (memory and pe[详细]
2023-03-21 19:37 分类:问答php simplexml get maximum value
How is it possible to get the highest existing guid value from an existing xml file (SimpleXml). xml-structure example:[详细]
2023-03-21 19:15 分类:问答dom_import_simplexml() returns an empty object (PHP)
So, I want to ulti开发者_如何学Pythonmately create a DOM object for the XML, however, $xml_dom seems to be empty. var_dump shows object(DOMElement)#3 (0) { }. $xml_simple is good. What am I doing wron[详细]
2023-03-21 18:48 分类:问答problem in foreach()
<?php $name=$_REQUEST[\'tumblr_id\']; if($name==\"\") { $name=$getPageTumblrName; } $pCount=1; $photoPosts=$img_post;[详细]
2023-03-21 15:42 分类:问答How to parse a complex XML-RPC structure in PHP?
Here is my XML object: http://pastebin.com/0L8vf0ja Which was created from: <?xml version=\"1.0\" encoding=\"utf-8\"?>[详细]
2023-03-21 12:51 分类:问答simplexml_load_file() returns empty object
I have a url to an xml file and when I visit it in my browser it looks good. With the following script however a lot of information seems to be missing:[详细]
2023-03-21 07:25 分类:问答number from $_GET not being read into simplexml xpath query using php
THIS WORKS: 1 $number= 2; 2 $allofit = simplexml_load_file(\"thexmlfile.xml\"); 3 $thebook = $allofit -> booklist[$number] -> abook;[详细]
2023-03-20 21:13 分类:问答How do you rename a tag in SimpleXML through a DOM object?
The problem seems straightforward, but I\'m having trouble getting access to the tag name of a SimpleXMLElement.[详细]
2023-03-20 19:38 分类:问答Updating XML with PHP and returning to .NET Web Service dataset with SOAP
I am using PHP5 and Codeigniter to connect to a .NET web service through SOAP requests. I\'m having trouble making an update to that dataset. This is my first experience working with Codeigniter (alth[详细]
2023-03-20 16:48 分类:问答Korean Characters Not Working simplexml_load_file
well currently I\'m loading the youtube rss feed using simplexml_load_file The problem I\'ve run into is that it\'s not returning anything when I use korean characters in the url. The youtube url w[详细]
2023-03-19 11:06 分类:问答