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:
Adam Harvey 2011-03-17 03:09:37 +00:00
parent 2a67a718ea
commit 098b5194b9

View file

@ -61,6 +61,7 @@ print("Deleted $count rows.\n");
&example.outputs;
<screen>
<![CDATA[
Return number of rows that were deleted:
Deleted 9 rows.
]]>
</screen>