mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix doc bug #54286 (There is a typo describing output for pdo rowcount).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309323 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2a67a718ea
commit
098b5194b9
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ print("Deleted $count rows.\n");
|
|||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Return number of rows that were deleted:
|
||||
Deleted 9 rows.
|
||||
]]>
|
||||
</screen>
|
||||
|
|
Loading…
Reference in a new issue