From 5f728be0ad1e376cbf0dcd844402c0ee6b213045 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 9 Jan 2006 14:38:20 +0000 Subject: [PATCH] Converts elements to string (bug #35675) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@204865 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-execute.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/reference/pgsql/functions/pg-execute.xml b/reference/pgsql/functions/pg-execute.xml index f230005cea..ae0cc1028f 100644 --- a/reference/pgsql/functions/pg-execute.xml +++ b/reference/pgsql/functions/pg-execute.xml @@ -1,5 +1,5 @@ - + @@ -75,6 +75,11 @@ in the original prepared query string. The number of elements in the array must match the number of placeholders. + + + Elements are converted to strings by calling this function. + +