From ce54f2b2571948c5610a7d8fe61d8a2b95597897 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Tue, 16 Apr 2002 19:18:34 +0000 Subject: [PATCH] Adding missing constant info git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78452 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/reference.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/reference/mysql/reference.xml b/reference/mysql/reference.xml index 23cd004a2c..f603aae3e0 100644 --- a/reference/mysql/reference.xml +++ b/reference/mysql/reference.xml @@ -1,5 +1,5 @@ - + MySQL Functions MySQL @@ -270,6 +270,18 @@ fields. This index starts with 0, the first field in the result. + + MYSQL_STORE_RESULT + + Specifies that the MySQL result should be buffered. + + + + MYSQL_USE_RESULT + + Specifies that the MySQL result should not be buffered. + +