diff options
| author | Egon Schmid <eschmid@php.net> | 2000-02-25 08:54:12 +0000 |
|---|---|---|
| committer | Egon Schmid <eschmid@php.net> | 2000-02-25 08:54:12 +0000 |
| commit | c0b3d86d9139a7d03b51dc3d140a53293c961a43 (patch) | |
| tree | 4f659b1914a7fe0b21faf1a22d9a879eb24977e9 /ext/domxml/domxml.c | |
| parent | ab7bbbb160e47b895f57054e215c3fe4e0dc1678 (diff) | |
| download | php-git-c0b3d86d9139a7d03b51dc3d140a53293c961a43.tar.gz | |
More protos.
Diffstat (limited to 'ext/domxml/domxml.c')
| -rw-r--r-- | ext/domxml/domxml.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/domxml/domxml.c b/ext/domxml/domxml.c index 0989dafa6f..020146d3f5 100644 --- a/ext/domxml/domxml.c +++ b/ext/domxml/domxml.c @@ -749,7 +749,7 @@ PHP_FUNCTION(xmldocfile) } /* }}} */ -/* {{{ proto string domxml_new_child([int node_handle], string name, string content) +/* {{{ proto string domxml_new_child([int node_handle,] string name, string content) Adds child node to parent node */ PHP_FUNCTION(domxml_new_child) { @@ -807,7 +807,7 @@ PHP_FUNCTION(domxml_new_child) } /* }}} */ -/* {{{ proto string domxml_add_root([int doc_handle], string name) +/* {{{ proto string domxml_add_root([int doc_handle,] string name) Adds root node to document */ PHP_FUNCTION(domxml_add_root) { |
