Edit report at https://bugs.php.net/bug.php?id=49956&edit=1
ID: 49956 Updated by: [email protected] Reported by: [email protected] Summary: Issues with some procedural style mysqli functions -Status: Open +Status: Verified Type: Bug Package: Website problem PHP Version: Irrelevant -Assigned To: +Assigned To: levim Block user comment: N Private report: N Previous Comments: ------------------------------------------------------------------------ [2009-10-22 13:15:34] [email protected] Description: ------------ While e.g. http://php.net/mysql_num_fields shows the documentation for mysql_num_fields(), this doesn't work for http://php.net/mysqli_num_fields (=> "Sorry, but the function mysqli_num_fields is not in the online manual."). The reason seems to be that the OO-style name is mysqli_result->field_count. The redirection works for e.g. mysqli_num_rows() which OO-style is has the same scheme: mysqli_result->num_rows. This is not only an issue with the php.net/functionname redirection, but also with the search field in the right upper corner of the website. Searching for "mysqli_num_fields" in the "function list" leads to the same error as described above. Searching in the "online documentation" works, though. (There might be other examples than mysqli_*, of course.) ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=49956&edit=1 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
