diff options
author | Uwe Steinmann <steinm@php.net> | 2000-06-19 19:45:53 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 2000-06-19 19:45:53 +0000 |
commit | c454a4156e704cce0018957db292cd77e93b01e4 (patch) | |
tree | 6fe0ad8c2150c9035501149a312d824a907a20bd /ext/domxml/php_domxml.c | |
parent | ff3b0c84a3a96ebd8e7a2bcdf32351c4d7fa29d9 (diff) | |
download | php-git-c454a4156e704cce0018957db292cd77e93b01e4.tar.gz |
- added prototype
Diffstat (limited to 'ext/domxml/php_domxml.c')
-rw-r--r-- | ext/domxml/php_domxml.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c index 94c9f4503c..62ef4c5ea1 100644 --- a/ext/domxml/php_domxml.c +++ b/ext/domxml/php_domxml.c @@ -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) { |