changed return type of mysql_result()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32520 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Beckham 2000-09-11 21:54:09 +00:00
parent 178f563c08
commit 6cf5461ee9

View file

@ -1636,7 +1636,7 @@ $result = mysql_query ("SELECT my_col FROM my_tbl")
<title>Description</title>
<funcsynopsis>
<funcprototype>
<funcdef>int <function>mysql_result</function></funcdef>
<funcdef>mixed <function>mysql_result</function></funcdef>
<paramdef>int <parameter>result</parameter></paramdef>
<paramdef>int <parameter>row</parameter></paramdef>
<paramdef>mixed