From c37174403160bfe61360090b781b511a793949d8 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 1 Dec 2009 21:51:27 +0000 Subject: [PATCH] Merge user comment on LOBs git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291573 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/oci8/functions/oci-fetch-all.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/reference/oci8/functions/oci-fetch-all.xml b/reference/oci8/functions/oci-fetch-all.xml index 4350e09b79..12f8c10176 100644 --- a/reference/oci8/functions/oci-fetch-all.xml +++ b/reference/oci8/functions/oci-fetch-all.xml @@ -43,8 +43,12 @@ The variable to contain the returned rows. - See oci_fetch_array for information on - how data and types are fetched. + LOB columns are returned as strings, where Oracle supports + conversion. + + + See oci_fetch_array for more information + on how data and types are fetched.