mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
entities
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131010 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
923590c817
commit
c933a0f25d
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.mysqli-fetch-assoc">
|
||||
<refnamediv>
|
||||
<refname>mysqli_fetch_assoc</refname>
|
||||
|
@ -12,8 +12,8 @@
|
|||
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns an associative array that corresponds to the fetched row or FALSE if there are no
|
||||
more rows.
|
||||
Returns an associative array that corresponds to the fetched row or &false; if there are
|
||||
no more rows.
|
||||
</para>
|
||||
<para>
|
||||
The <function>mysqli_fetch_assoc</function> function is used to return an associative array
|
||||
|
|
Loading…
Reference in a new issue