I am looking at the examples given at the XML_Serialize pear plugin manual.
I can’t figure out what the option ‘addDecl’ does in this plugin.
What does this do?
I can’t seem to find it in their documentation…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
At a (confident) guess, it’ll be the XML Declaration at the start of the document
i.e.
<?xml version=”1.0″ encoding=”UTF-8″?>