}
/* {{{ proto string domxml_attrname([int dir_handle])
-Read directory entry from dir_handle */
+ Read directory entry from dir_handle */
PHP_FUNCTION(domxml_attrname)
{
pval *id, **tmp;
/* }}} */
/* {{{ proto string domxml_lastchild([int node])
-Read directory entry from dir_handle */
+ Read directory entry from dir_handle */
PHP_FUNCTION(domxml_lastchild)
{
pval *id, **tmp;
/* }}} */
/* {{{ proto string domxml_parent([int node])
-Read directory entry from dir_handle */
+ Read directory entry from dir_handle */
PHP_FUNCTION(domxml_parent)
{
pval *id, **tmp;
/* }}} */
/* {{{ proto string domxml_children([int node])
-Read directory entry from dir_handle */
+ Read directory entry from dir_handle */
PHP_FUNCTION(domxml_children)
{
pval *id, **tmp;
}
/* }}} */
-/* {{{ proto string domxml_getattr([int node], string attrname)
-Read directory entry from dir_handle */
+/* {{{ proto string domxml_getattr([int node,] string attrname)
+ Read directory entry from dir_handle */
PHP_FUNCTION(domxml_getattr)
{
pval *id, *arg1, **tmp;
}
/* }}} */
-/* {{{ proto string domxml_setattr([int node], string attrname, string value)
-Read directory entry from dir_handle */
+/* {{{ proto string domxml_setattr([int node,] string attrname, string value)
+ Read directory entry from dir_handle */
PHP_FUNCTION(domxml_setattr)
{
pval *id, *arg1, *arg2, **tmp;
/* }}} */
/* {{{ proto string domxml_attributes([int node])
-Read directory entry from dir_handle */
+ Read directory entry from dir_handle */
PHP_FUNCTION(domxml_attributes)
{
pval *id, *arg1, **tmp;
/* }}} */
/* {{{ proto string domxml_root([int dir_handle])
-Read directory entry from dir_handle */
+ Read directory entry from dir_handle */
PHP_FUNCTION(domxml_root)
{
pval *id, **tmp;
/* }}} */
/* {{{ proto string domxml_dtd([int dir_handle])
-Read directory entry from dir_handle */
+ Read directory entry from dir_handle */
PHP_FUNCTION(domxml_intdtd)
{
pval *id, **tmp;
/* }}} */
/* {{{ proto class dom(string directory)
-Directory class with properties, handle and class and methods read, rewind and close */
+ Directory class with properties, handle and class and methods read, rewind and close */
PHP_FUNCTION(getdom)
{
pval *arg;