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
This commit is contained in:
Christopher Jones 2011-10-31 19:30:39 +00:00
parent cc99e08aba
commit 34dbcdc075
4 changed files with 9 additions and 8 deletions

View file

@ -20,7 +20,7 @@
</para>
<para>
If you need to copy a particular part of a LOB to a particular position of
a LOB, use <function>oci_lob_seek</function> to move LOB internal pointers.
a LOB, use <link linkend="function.oci-lob-seek">OCI-Lob->seek</link> to move LOB internal pointers.
</para>
</refsect1>

View file

@ -3,13 +3,13 @@
<refentry xml:id="function.oci-lob-savefile" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>OCI-Lob->saveFile</refname>
<refpurpose>&Alias; <function>oci_lob_import</function></refpurpose>
<refpurpose>&Alias; <link linkend="function.oci-lob-import">OCI-Lob->import</link></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
&info.function.alias; <function>oci_lob_import</function>.
&info.function.alias; <link linkend="function.oci-lob-import">OCI-Lob->import</link>.
</simpara>
</refsect1>

View file

@ -22,9 +22,10 @@
<para>
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. <function>oci_lob_flush</function> should
be used to flush buffers, when you have finished working with the large
object.
round-trips and LOB versions.
<link linkend="function.oci-lob-flush">OCI-Lob->flush</link>
should be used to flush buffers, when you have finished working
with the large object.
</para>
</refsect1>

View file

@ -3,13 +3,13 @@
<refentry xml:id="function.oci-lob-writetofile" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>OCI-Lob->writeToFile</refname>
<refpurpose>&Alias; <function>oci_lob_export</function></refpurpose>
<refpurpose>&Alias; <link linkend="function.oci-lob-export">OCI-Lob->export</link></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
&info.function.alias; <function>oci_lob_export</function>.
&info.function.alias; <link linkend="function.oci-lob-export">OCI-Lob->export</link>.
</simpara>
</refsect1>