mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
178f563c08
commit
6cf5461ee9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue