mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Remove useless note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227830 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0a34e0b2a4
commit
08e144e28e
1 changed files with 1 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<refentry id="function.mysqli-affected-rows">
|
||||
<refnamediv>
|
||||
<refname>mysqli_affected_rows</refname>
|
||||
|
@ -23,12 +23,6 @@
|
|||
INSERT, UPDATE, REPLACE or DELETE query associated with the provided <parameter>link</parameter>
|
||||
parameter. If the last query was invalid, this function will return -1.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
For SELECT statements <function>mysqli_affected_rows</function> works like
|
||||
<function>mysqli_num_rows</function>.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
The <function>mysqli_affected_rows</function> function only works with queries which modify
|
||||
a table. In order to return the number of rows from a SELECT query, use the
|
||||
|
|
Loading…
Reference in a new issue