|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-09-12 05:58 UTC] danbeck@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jun 15 09:00:02 2026 UTC |
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] );