mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typo/grammar/engrish
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333297 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cc3f882e6e
commit
ce6996bc74
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
<para>
|
||||
Queries are using the buffered mode by default. This means that query results are
|
||||
immediately transferred from the MySQL Server to PHP in is then kept in the memory
|
||||
immediately transferred from the MySQL Server to PHP and is then kept in the memory
|
||||
of the PHP process. This allows additional operations like counting the
|
||||
number of rows, and moving (seeking) the current result pointer. It also allows
|
||||
issuing further queries on the same connection while working on the result set.
|
||||
|
|
Loading…
Reference in a new issue