mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Applied int -> resource to new function too
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47626 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ce81485e1c
commit
ff6d73d914
1 changed files with 2 additions and 2 deletions
|
@ -1783,9 +1783,9 @@ $result = mysql_query ("SELECT my_col FROM my_tbl")
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>mysql_unbuffered_query</function></funcdef>
|
||||
<funcdef>resource <function>mysql_unbuffered_query</function></funcdef>
|
||||
<paramdef>string <parameter>query</parameter></paramdef>
|
||||
<paramdef>int
|
||||
<paramdef>resource
|
||||
<parameter><optional>link_identifier</optional></parameter>
|
||||
</paramdef>
|
||||
<paramdef>int
|
||||
|
|
Loading…
Reference in a new issue