summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.c
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2001-12-02 10:00:15 +0000
committerEgon Schmid <eschmid@php.net>2001-12-02 10:00:15 +0000
commit3c01151a080b35767f0bce1b1b6a619947b9ce79 (patch)
tree384a44d09665374dcd96e96d753c092f9616dec8 /ext/domxml/php_domxml.c
parent286d4207405cd14eb8d112aaab18f194a15e7064 (diff)
downloadphp-git-3c01151a080b35767f0bce1b1b6a619947b9ce79.tar.gz
I hope that this is a better explanation as unknown.
Diffstat (limited to 'ext/domxml/php_domxml.c')
-rw-r--r--ext/domxml/php_domxml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c
index d1e07fa7fb..e89f70723a 100644
--- a/ext/domxml/php_domxml.c
+++ b/ext/domxml/php_domxml.c
@@ -1243,7 +1243,7 @@ PHP_FUNCTION(domxml_is_blank_node)
/* }}} */
/* {{{ proto int domxml_node_type(void)
- unknown ??? */
+ Returns the type of the node */
PHP_FUNCTION(domxml_node_type)
{
zval *id;