PHP Classes

asXML()

Recommend this page to a friend!

      SimpleXML for PHP4  >  All threads  >  asXML()  >  (Un) Subscribe thread alerts  
Subject:asXML()
Summary:asXML-function
Messages:2
Author:Gerhard Heusel
Date:2010-05-04 09:58:20
Update:2012-04-03 20:05:06
 

  1. asXML()   Reply   Report abuse  
Picture of Gerhard Heusel Gerhard Heusel - 2010-05-04 09:58:21
Is there a function like asXML() in php5??

  2. Re: asXML()   Reply   Report abuse  
Picture of Taha Paksu Taha Paksu - 2012-04-03 20:05:06 - In reply to message 1 from Gerhard Heusel
asXML() returns the whole file content. You can simply add that to the class code with this :

function asXML(){
return $this->content;
}