mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
More protos.
This commit is contained in:
parent
ab7bbbb160
commit
c0b3d86d91
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
Adds child node to parent node */
|
||||||
PHP_FUNCTION(domxml_new_child)
|
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 */
|
Adds root node to document */
|
||||||
PHP_FUNCTION(domxml_add_root)
|
PHP_FUNCTION(domxml_add_root)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue