From dffaae721c24805c511e10806a397c2f2fa605f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Braian=20Iv=C3=A1n=20Monnier?= Date: Wed, 5 Jan 2011 00:32:14 +0000 Subject: [PATCH] Typo fixed git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307098 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/cubrid/functions/cubrid-prepare.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/cubrid/functions/cubrid-prepare.xml b/reference/cubrid/functions/cubrid-prepare.xml index a97df61ba7..70f703cbc9 100644 --- a/reference/cubrid/functions/cubrid-prepare.xml +++ b/reference/cubrid/functions/cubrid-prepare.xml @@ -16,10 +16,10 @@ intoption - The cubrid_prepare function is a sort of API which represents SQL statements compiled previously to a given connection handle. This pre-compiled SQL statement will be included in the cubrid_prepare. + The cubrid_prepare function is a sort of API which represents SQL statements compiled previously to a given connection handle. This pre-compiled SQL statement will be included in the cubrid_prepare. - Accccordingly, you can use this statement effectively to execute several times repeatedly or to process long data. Only a single statement can be used and a parameter may put a question mark (?) to appropriate area in the SQL statement. Add a parameter when you bind a value in the VALUES clause of INSERT statement or in the WHERE clause. Note that it is allowed to bind a value to a MARK(?) by the cubrid_bind only. + Accordingly, you can use this statement effectively to execute several times repeatedly or to process long data. Only a single statement can be used and a parameter may put a question mark (?) to appropriate area in the SQL statement. Add a parameter when you bind a value in the VALUES clause of INSERT statement or in the WHERE clause. Note that it is allowed to bind a value to a MARK(?) by the cubrid_bind only.