ID: 32573 User updated by: jmarbas at hotmail dot com Reported By: jmarbas at hotmail dot com -Status: Closed +Status: Open Bug Type: Documentation problem Operating System: n/a PHP Version: 5.0.3 New Comment:
Im looking at the page http://ca3.php.net/manual/en/function.mysqli-query.php and the bug is still there. I know there is a delay, but it is one month later. Previous Comments: ------------------------------------------------------------------------ [2005-04-04 20:20:22] [EMAIL PROTECTED] This bug has been fixed in the documentation's XML sources. Since the online and downloadable versions of the documentation need some time to get updated, we would like to ask you to be a bit patient. Thank you for the report, and for helping us make our documentation better. fixed by dmytton: http://news.php.net/php.doc/969367403 ------------------------------------------------------------------------ [2005-04-04 19:12:13] jmarbas at hotmail dot com Description: ------------ http://ca3.php.net/manual/en/function.mysqli-query.php On the documentation for mysql_query you listed its syntax as below: class mysqli { mixed query (string query) } But you missed the resultmode parameter and it should read class mysqli { mixed query (string query[,int resultmode]) } ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=32573&edit=1