php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #6679 wrong return type specified for mysqlresult()
Submitted: 2000-09-12 05:53 UTC Modified: 2000-09-12 05:58 UTC
From: mwalton at kingston dot net Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.2 OS:
Private report: No CVE-ID: None
 [2000-09-12 05:53 UTC] mwalton at kingston dot net
in the manual it says that mysqlresult() returns an int.
i.e.
        int mysql_result(int result, int row, mixed [field] );

I think that it should (instead) say
        mixed mysql_result(int result, int row, mixed [field] );

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-12 05:58 UTC] danbeck@php.net
Fixed in cvs.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 15 07:00:01 2026 UTC