diff options
author | Urban Müller | 2017-08-10 18:38:37 +0200 |
---|---|---|
committer | Urban Müller | 2017-08-10 18:38:37 +0200 |
commit | dffa2d3fc3af4836d2a7241e924dc84a4ae57870 (patch) | |
tree | d407ff7059dc07ad0c09b695e61b5324e8454e91 /it_xml.class | |
parent | 948d2e2ac98b63f86de736b693594baff59b3ecc (diff) | |
download | itools-dffa2d3fc3af4836d2a7241e924dc84a4ae57870.tar.gz itools-dffa2d3fc3af4836d2a7241e924dc84a4ae57870.tar.bz2 itools-dffa2d3fc3af4836d2a7241e924dc84a4ae57870.zip |
document strange behaviour
Diffstat (limited to 'it_xml.class')
-rw-r--r-- | it_xml.class | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/it_xml.class b/it_xml.class index ec73324..4e838c1 100644 --- a/it_xml.class +++ b/it_xml.class @@ -41,6 +41,7 @@ function it_xml($xmldata = "", $p = array()) /** * Factory method to return XML object tree from XML string. Params like constructor + * WARNING: Returned value will not contain the $p parameters in $this->_p so writing may cause problems * Example: $root = it_xml::create("<a><b id='2'/></a>", array("b")); */ |