]> granicus.if.org Git - php/commitdiff
- added prototype
authorUwe Steinmann <steinm@php.net>
Mon, 19 Jun 2000 19:45:53 +0000 (19:45 +0000)
committerUwe Steinmann <steinm@php.net>
Mon, 19 Jun 2000 19:45:53 +0000 (19:45 +0000)
ext/domxml/php_domxml.c

index 94c9f4503cf270c9df1809eec32ebe7aa41f0c3e..62ef4c5ea14419543ad4103b0f623739414b4acb 100644 (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)
 {