From 3b55ffffaee4e5f3575d1bce962b9592c0350791 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Fri, 19 Apr 2002 14:30:59 +0000 Subject: [PATCH] Removing already integrated files git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78832 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/reserved.constants.mysql.xml | 92 ------------------------- 1 file changed, 92 deletions(-) delete mode 100644 appendices/reserved.constants.mysql.xml diff --git a/appendices/reserved.constants.mysql.xml b/appendices/reserved.constants.mysql.xml deleted file mode 100644 index 73778314f4..0000000000 --- a/appendices/reserved.constants.mysql.xml +++ /dev/null @@ -1,92 +0,0 @@ - - - - - mysql Predefined Constants - Constants defined in the mysql extension - - - Description - - These constants are defined by the mysql extension, and - will only be available when that extension has either been - compiled into PHP or dynamically loaded at runtime. - - - - - MYSQL_ASSOC - (integer) - - - - - - - - - - MYSQL_NUM - (integer) - - - - - - - - - - MYSQL_BOTH - (integer) - - - - - - - - - - MYSQL_USE_RESULT - (integer) - - - - - - - - - - MYSQL_STORE_RESULT - (integer) - - - - - - - - - - - -