1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00

Make life for the doc-team easier, without causing harm ;-)

This commit is contained in:
Marc Boeren
2003-11-03 11:15:23 +00:00
parent f670f9c683
commit 22872bb8fa
+1 -1
View File
@@ -365,7 +365,7 @@ ZEND_FUNCTION(dbx_close)
}
/* }}} */
/* {{{ proto dbx_result_object dbx_query(dbx_link_object dbx_link, string sql_statement [, long flags])
/* {{{ proto dbx_result_object dbx_query(dbx_link_object dbx_link, string sql_statement [, int flags])
Returns a dbx_link_object on success and returns 0 on failure */
ZEND_FUNCTION(dbx_query)
{