mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typo by anonymous
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343575 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7b20f2f249
commit
169d4be91b
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@
|
|||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
// Read encrypted archie
|
||||
// Read encrypted archive
|
||||
$opts = array(
|
||||
'zip' => array(
|
||||
'password' => 'secret',
|
||||
|
|
|
@ -87,7 +87,7 @@ $db->exec() or die(print_r($db->errorInfo(), true)); // incorrect
|
|||
$dbh = new PDO('odbc:sample', 'db2inst1', 'ibmdb2');
|
||||
|
||||
/* Delete all rows from the FRUIT table */
|
||||
$count = $dbh->exec("DELETE FROM fruit WHERE colour = 'red'");
|
||||
$count = $dbh->exec("DELETE FROM fruit");
|
||||
|
||||
/* Return number of rows that were deleted */
|
||||
print("Deleted $count rows.\n");
|
||||
|
|
Loading…
Reference in a new issue