| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: |
+ | Authors: Uwe Steinmann <steinm@php.net> |
+----------------------------------------------------------------------+
*/
/* }}} */
/* {{{ proto class xmldoc(string xmldoc)
- Creates dom object of xml document */
+ Creates DOM object of XML document */
PHP_FUNCTION(xmldoc)
{
zval *arg;
/* }}} */
/* {{{ proto class xmldocfile(string filename)
- Creates dom object of xml document in file*/
+ Creates DOM object of XML document in file*/
PHP_FUNCTION(xmldocfile)
{
zval *arg;
return count;
}
-/* {{{ proto string domxml_children([int node])
+/* {{{ proto string node_children([int node])
Returns list of children nodes */
static int node_children(zval **children, xmlNode *nodep)
{
/* }}} */
/* {{{ proto class xmltree(string xmldoc)
- Create a tree of php objects from an xml document */
+ Create a tree of PHP objects from an XML document */
PHP_FUNCTION(xmltree)
{
zval *arg;