adding missing role attribute to programlisting

obfuscating mails


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@137999 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2003-08-16 16:59:40 +00:00
parent 05bc9dbde0
commit dc3e29e27a
15 changed files with 41 additions and 39 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocibindbyname">
<refnamediv>
@ -40,12 +40,13 @@
(Character-File), OCI_B_CLOB (Character-LOB), OCI_B_BLOB
(Binary-LOB) and OCI_B_ROWID (ROWID).
</para>
<example>
<title><function>ocibindbyname</function> example</title>
<programlisting>
<para>
<example>
<title><function>ocibindbyname</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
/* OCIBindByPos example thies@thieso.net (980221)
/* OCIBindByPos example thies at thieso dot net (980221)
inserts 3 records into emp, and uses the ROWID for updating the
records just after the insert.
*/
@ -95,8 +96,9 @@ OCIFreeStatement($stmt);
OCILogoff($conn);
?>
]]>
</programlisting>
</example>
</programlisting>
</example>
</para>
<warning>
<para>
It is a bad idea to use magic quotes and

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.15 -->
<refentry id="function.ocicolumnname">
<refnamediv>
@ -20,7 +20,7 @@
<para>
<example>
<title><function>ocicolumnname</function> example</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
$conn = OCILogon("scott", "tiger");

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.15 -->
<refentry id="function.ocicolumnsize">
<refnamediv>
@ -22,7 +22,7 @@
<para>
<example>
<title><function>ocicolumnsize</function> example</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
$conn = OCILogon("scott", "tiger");

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocicolumntype">
<refnamediv>
@ -21,7 +21,7 @@
<para>
<example>
<title><function>ocicolumntype</function> example</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
$conn = OCILogon("scott", "tiger");

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocicommit">
<refnamediv>
@ -20,7 +20,7 @@
This example demonstrates how <function>ocicommit</function> is used.
<example>
<title><function>ocicommit</function> example</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
// Login to Oracle server

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocidefinebyname">
<refnamediv>
@ -34,10 +34,10 @@
</para>
<example>
<title><function>ocidefinebyname</function> example</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
/* OCIDefineByName example - thies@thieso.net (980219) */
/* OCIDefineByName example - thies at thieso dot net (980219) */
$conn = OCILogon("scott","tiger");

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocifetchstatement">
<refnamediv>
@ -47,10 +47,10 @@
<para>
<example>
<title><function>ocifetchstatement</function> example</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
/* OCIFetchStatement example mbritton@verinet.com (990624) */
/* OCIFetchStatement example mbritton at verinet dot com (990624) */
$conn = OCILogon("scott","tiger");

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocilogon">
<refnamediv>
@ -32,7 +32,7 @@
This example demonstrates how the connections are shared.
<example>
<title><function>ocilogon</function> example</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
print "<PRE>";

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocinewcursor">
<refnamediv>
@ -21,7 +21,7 @@
<para>
<example>
<title>Using a REF CURSOR from a stored procedure in Oracle</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
// suppose your stored procedure info.output returns a ref cursor in :data
@ -49,7 +49,7 @@ OCILogoff($conn);
<para>
<example>
<title>Using a REF CURSOR in a select statement in Oracle</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
print "<HTML><BODY>";

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocinewdescriptor">
<refnamediv>
@ -27,7 +27,7 @@
<para>
<example>
<title><function>ocinewdescriptor</function> example</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
/* This script is designed to be called from a HTML form.
@ -103,7 +103,7 @@ Upload file: <input type="file" name="lob_upload"><br>
</example>
<example>
<title><function>ocinewdescriptor</function> second example</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
/* Calling PL/SQL stored procedures which contain clobs as input

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.15 -->
<refentry id="function.ocinlogon">
<refnamediv>
@ -36,7 +36,7 @@
This example demonstrates how the connections are separated.
<example>
<title><function>ocinlogon</function> example</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
print "<HTML><PRE>";

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocinumcols">
<refnamediv>
@ -21,7 +21,7 @@
<para>
<example>
<title><function>ocinumcols</function> example</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
print "<PRE>\n";

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocirowcount">
<refnamediv>
@ -20,7 +20,7 @@
<para>
<example>
<title><function>ocirowcount</function> example</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
print "<PRE>";

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ociserverversion">
<refnamediv>
@ -16,7 +16,7 @@
<para>
<example>
<title><function>ociserverversion</function> example</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
$conn = OCILogon("scott","tiger");

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocistatementtype">
<refnamediv>
@ -30,7 +30,7 @@
<para>
<example>
<title><function>ocistatementtype</function> examples</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
print "<PRE>";