
- Forum
- Programming Talk
- PHP
- Handling Technique
Handling Technique
This is a discussion on Handling Technique within the PHP forums, part of the Programming Talk category; How does PHP Handles XML? Someone provide a brief idea on this?...
-
Handling Technique
How does PHP Handles XML? Someone provide a brief idea on this?
-
05-13-2007, 10:52 AM #2
- Join Date
- Apr 2006
- Answers
- 124
From the version 5 of PHP namely PHP5 there are various interfaces developed which help users to work with XML in PHP environment. Also the input and output techniques in XML while working with PHP environment is handled using PHP streams which adds powerfulness to the data handling. In PHP6 the XML code written are with extensions made readily as Unicode. So from the above you would have got the clear idea that PHP handles XML efficiently and dynamically.

Reply With Quote





