- added prototype

This commit is contained in:
Uwe Steinmann 2000-06-19 19:45:53 +00:00
parent ff3b0c84a3
commit c454a4156e

View File

@ -629,7 +629,7 @@ PHP_FUNCTION(domxml_getattr)
}
/* }}} */
/* {{{ proto string domxml_setattr([int node,] string attrname, string value)
/* {{{ proto bool domxml_setattr([int node,] string attrname, string value)
Sets value of given attribute */
PHP_FUNCTION(domxml_setattr)
{
@ -676,7 +676,7 @@ PHP_FUNCTION(domxml_setattr)
}
/* }}} */
/* {{{ proto string domxml_attributes([int node])
/* {{{ proto array domxml_attributes([int node])
Returns list of attributes of node */
PHP_FUNCTION(domxml_attributes)
{