mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix doc bug in note 110482.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328175 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0b37eb99ef
commit
2e05633ea7
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ $uresult->close();
|
|||
<![CDATA[
|
||||
<?php
|
||||
$pdo = new PDO("mysql:host=localhost;dbname=world", 'my_user', 'my_pass');
|
||||
$pdo->setAttribute(PDO::MYSQL_ATTR_USE_BUFFERED_QUERY, TRUE);
|
||||
$pdo->setAttribute(PDO::MYSQL_ATTR_USE_BUFFERED_QUERY, false);
|
||||
|
||||
$uresult = $pdo->query("SELECT Name FROM City");
|
||||
if ($uresult) {
|
||||
|
|
Loading…
Reference in a new issue