From 34dbcdc0753fa03cc0887b491ae91a65f429c2b1 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Mon, 31 Oct 2011 19:30:39 +0000 Subject: [PATCH] Cross reference to methods instead of the unused function equivalents git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318617 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/oci8/functions/oci-lob-copy.xml | 2 +- reference/oci8/functions/oci-lob-savefile.xml | 4 ++-- reference/oci8/functions/oci-lob-setbuffering.xml | 7 ++++--- reference/oci8/functions/oci-lob-writetofile.xml | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/reference/oci8/functions/oci-lob-copy.xml b/reference/oci8/functions/oci-lob-copy.xml index 86769d0710..8798c2b2a5 100644 --- a/reference/oci8/functions/oci-lob-copy.xml +++ b/reference/oci8/functions/oci-lob-copy.xml @@ -20,7 +20,7 @@ If you need to copy a particular part of a LOB to a particular position of - a LOB, use oci_lob_seek to move LOB internal pointers. + a LOB, use OCI-Lob->seek to move LOB internal pointers. diff --git a/reference/oci8/functions/oci-lob-savefile.xml b/reference/oci8/functions/oci-lob-savefile.xml index f98dcf618a..f198139672 100644 --- a/reference/oci8/functions/oci-lob-savefile.xml +++ b/reference/oci8/functions/oci-lob-savefile.xml @@ -3,13 +3,13 @@ OCI-Lob->saveFile - &Alias; oci_lob_import + &Alias; OCI-Lob->import &reftitle.description; - &info.function.alias; oci_lob_import. + &info.function.alias; OCI-Lob->import. diff --git a/reference/oci8/functions/oci-lob-setbuffering.xml b/reference/oci8/functions/oci-lob-setbuffering.xml index c2bb77e347..6512951310 100644 --- a/reference/oci8/functions/oci-lob-setbuffering.xml +++ b/reference/oci8/functions/oci-lob-setbuffering.xml @@ -22,9 +22,10 @@ Use of this function may provide performance improvements by buffering small reads and writes of LOBs by reducing the number of network - round-trips and LOB versions. oci_lob_flush should - be used to flush buffers, when you have finished working with the large - object. + round-trips and LOB versions. + OCI-Lob->flush + should be used to flush buffers, when you have finished working + with the large object. diff --git a/reference/oci8/functions/oci-lob-writetofile.xml b/reference/oci8/functions/oci-lob-writetofile.xml index 70445bbaf6..84b5a8963a 100644 --- a/reference/oci8/functions/oci-lob-writetofile.xml +++ b/reference/oci8/functions/oci-lob-writetofile.xml @@ -3,13 +3,13 @@ OCI-Lob->writeToFile - &Alias; oci_lob_export + &Alias; OCI-Lob->export &reftitle.description; - &info.function.alias; oci_lob_export. + &info.function.alias; OCI-Lob->export.