yannick Mon Nov 1 11:38:38 2004 EDT
Modified files:
/phpdoc/en/reference/fbsql/functions fbsql-fetch-field.xml
fbsql-fetch-lengths.xml
fbsql-fetch-object.xml
fbsql-fetch-row.xml
fbsql-field-flags.xml
fbsql-field-len.xml
fbsql-field-name.xml
fbsql-field-seek.xml
fbsql-field-table.xml
fbsql-field-type.xml
fbsql-free-result.xml
fbsql-get-autostart-info.xml
fbsql-hostname.xml
fbsql-insert-id.xml
fbsql-list-dbs.xml
fbsql-list-fields.xml
fbsql-list-tables.xml
fbsql-next-result.xml
fbsql-num-fields.xml
fbsql-num-rows.xml
fbsql-password.xml
fbsql-pconnect.xml
fbsql-query.xml
fbsql-read-blob.xml
fbsql-read-clob.xml
Log:
use more entities
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-fetch-field.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-fetch-field.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-fetch-field.xml:1.3
phpdoc/en/reference/fbsql/functions/fbsql-fetch-field.xml:1.4
--- phpdoc/en/reference/fbsql/functions/fbsql-fetch-field.xml:1.3 Mon Dec 15
11:49:43 2003
+++ phpdoc/en/reference/fbsql/functions/fbsql-fetch-field.xml Mon Nov 1 11:38:34
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-fetch-field">
<refnamediv>
@@ -9,7 +9,7 @@
</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>object</type><methodname>fbsql_fetch_field</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-fetch-lengths.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-fetch-lengths.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-fetch-lengths.xml:1.3
phpdoc/en/reference/fbsql/functions/fbsql-fetch-lengths.xml:1.4
--- phpdoc/en/reference/fbsql/functions/fbsql-fetch-lengths.xml:1.3 Wed Aug 18
11:39:25 2004
+++ phpdoc/en/reference/fbsql/functions/fbsql-fetch-lengths.xml Mon Nov 1 11:38:34
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-fetch-lengths">
<refnamediv>
@@ -9,7 +9,7 @@
</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>array</type><methodname>fbsql_fetch_lengths</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-fetch-object.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-fetch-object.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-fetch-object.xml:1.3
phpdoc/en/reference/fbsql/functions/fbsql-fetch-object.xml:1.4
--- phpdoc/en/reference/fbsql/functions/fbsql-fetch-object.xml:1.3 Mon Dec 15
11:49:43 2003
+++ phpdoc/en/reference/fbsql/functions/fbsql-fetch-object.xml Mon Nov 1 11:38:34
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-fetch-object">
<refnamediv>
@@ -7,7 +7,7 @@
<refpurpose>Fetch a result row as an object</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>object</type><methodname>fbsql_fetch_object</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-fetch-row.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-fetch-row.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-fetch-row.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-fetch-row.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-fetch-row.xml:1.2 Wed Apr 17 02:37:52
2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-fetch-row.xml Mon Nov 1 11:38:34
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-fetch-row">
<refnamediv>
@@ -7,7 +7,7 @@
<refpurpose>Get a result row as an enumerated array</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>array</type><methodname>fbsql_fetch_row</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-field-flags.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-field-flags.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-field-flags.xml:1.3
phpdoc/en/reference/fbsql/functions/fbsql-field-flags.xml:1.4
--- phpdoc/en/reference/fbsql/functions/fbsql-field-flags.xml:1.3 Wed Aug 18
11:39:25 2004
+++ phpdoc/en/reference/fbsql/functions/fbsql-field-flags.xml Mon Nov 1 11:38:34
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-field-flags">
<refnamediv>
@@ -9,7 +9,7 @@
</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>string</type><methodname>fbsql_field_flags</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-field-len.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-field-len.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-field-len.xml:1.3
phpdoc/en/reference/fbsql/functions/fbsql-field-len.xml:1.4
--- phpdoc/en/reference/fbsql/functions/fbsql-field-len.xml:1.3 Wed Aug 18 11:39:25
2004
+++ phpdoc/en/reference/fbsql/functions/fbsql-field-len.xml Mon Nov 1 11:38:34
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-field-len">
<refnamediv>
@@ -9,7 +9,7 @@
</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>int</type><methodname>fbsql_field_len</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-field-name.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-field-name.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-field-name.xml:1.4
phpdoc/en/reference/fbsql/functions/fbsql-field-name.xml:1.5
--- phpdoc/en/reference/fbsql/functions/fbsql-field-name.xml:1.4 Wed Aug 18
11:39:25 2004
+++ phpdoc/en/reference/fbsql/functions/fbsql-field-name.xml Mon Nov 1 11:38:34
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-field-name">
<refnamediv>
@@ -9,7 +9,7 @@
</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>string</type><methodname>fbsql_field_name</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
@@ -48,9 +48,7 @@
?>
]]>
</programlisting>
- <para>
- The above example would produce the following output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
user_id
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-field-seek.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-field-seek.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-field-seek.xml:1.3
phpdoc/en/reference/fbsql/functions/fbsql-field-seek.xml:1.4
--- phpdoc/en/reference/fbsql/functions/fbsql-field-seek.xml:1.3 Wed Aug 18
11:39:25 2004
+++ phpdoc/en/reference/fbsql/functions/fbsql-field-seek.xml Mon Nov 1 11:38:34
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-field-seek">
<refnamediv>
@@ -9,7 +9,7 @@
</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>fbsql_field_seek</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-field-table.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-field-table.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-field-table.xml:1.3
phpdoc/en/reference/fbsql/functions/fbsql-field-table.xml:1.4
--- phpdoc/en/reference/fbsql/functions/fbsql-field-table.xml:1.3 Wed Aug 18
11:39:25 2004
+++ phpdoc/en/reference/fbsql/functions/fbsql-field-table.xml Mon Nov 1 11:38:34
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-field-table">
<refnamediv>
@@ -9,7 +9,7 @@
</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>string</type><methodname>fbsql_field_table</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-field-type.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-field-type.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-field-type.xml:1.4
phpdoc/en/reference/fbsql/functions/fbsql-field-type.xml:1.5
--- phpdoc/en/reference/fbsql/functions/fbsql-field-type.xml:1.4 Wed Aug 18
11:39:25 2004
+++ phpdoc/en/reference/fbsql/functions/fbsql-field-type.xml Mon Nov 1 11:38:35
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-field-type">
<refnamediv>
@@ -9,7 +9,7 @@
</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>string</type><methodname>fbsql_field_type</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-free-result.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-free-result.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-free-result.xml:1.3
phpdoc/en/reference/fbsql/functions/fbsql-free-result.xml:1.4
--- phpdoc/en/reference/fbsql/functions/fbsql-free-result.xml:1.3 Mon May 27
06:16:53 2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-free-result.xml Mon Nov 1 11:38:35
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-free-result">
<refnamediv>
@@ -7,7 +7,7 @@
<refpurpose>Free result memory</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>fbsql_free_result</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-get-autostart-info.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-get-autostart-info.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-get-autostart-info.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-get-autostart-info.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-get-autostart-info.xml:1.2 Wed
Apr 17 02:37:53 2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-get-autostart-info.xml Mon Nov 1
11:38:35 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.34 -->
<refentry id='function.fbsql-get-autostart-info'>
<refnamediv>
@@ -7,7 +7,7 @@
<refpurpose>No description given yet</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>array</type><methodname>fbsql_get_autostart_info</methodname>
<methodparam
choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-hostname.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-hostname.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-hostname.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-hostname.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-hostname.xml:1.2 Wed Apr 17 02:37:53
2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-hostname.xml Mon Nov 1 11:38:35
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.34 -->
<refentry id='function.fbsql-hostname'>
<refnamediv>
@@ -7,7 +7,7 @@
<refpurpose>Get or set the host name used with a connection</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>string</type><methodname>fbsql_hostname</methodname>
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-insert-id.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-insert-id.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-insert-id.xml:1.3
phpdoc/en/reference/fbsql/functions/fbsql-insert-id.xml:1.4
--- phpdoc/en/reference/fbsql/functions/fbsql-insert-id.xml:1.3 Wed Feb 19 12:51:14
2003
+++ phpdoc/en/reference/fbsql/functions/fbsql-insert-id.xml Mon Nov 1 11:38:35
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-insert-id">
<refnamediv>
@@ -9,7 +9,7 @@
</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>int</type><methodname>fbsql_insert_id</methodname>
<methodparam choice="opt"><type>resource</type><parameter>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-list-dbs.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-list-dbs.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-list-dbs.xml:1.3
phpdoc/en/reference/fbsql/functions/fbsql-list-dbs.xml:1.4
--- phpdoc/en/reference/fbsql/functions/fbsql-list-dbs.xml:1.3 Wed Jul 16 13:11:50
2003
+++ phpdoc/en/reference/fbsql/functions/fbsql-list-dbs.xml Mon Nov 1 11:38:35
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-list-dbs">
<refnamediv>
@@ -9,7 +9,7 @@
</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>resource</type><methodname>fbsql_list_dbs</methodname>
<methodparam choice="opt"><type>resource</type><parameter>
@@ -35,9 +35,7 @@
}
]]>
</programlisting>
- <para>
- The above example would produce the following output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
database1
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-list-fields.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-list-fields.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-list-fields.xml:1.5
phpdoc/en/reference/fbsql/functions/fbsql-list-fields.xml:1.6
--- phpdoc/en/reference/fbsql/functions/fbsql-list-fields.xml:1.5 Wed Jul 16
13:11:50 2003
+++ phpdoc/en/reference/fbsql/functions/fbsql-list-fields.xml Mon Nov 1 11:38:35
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-list-fields">
<refnamediv>
@@ -7,7 +7,7 @@
<refpurpose>List FrontBase result fields</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>resource</type><methodname>fbsql_list_fields</methodname>
<methodparam><type>string</type><parameter>database_name</parameter></methodparam>
@@ -49,9 +49,7 @@
?>
]]>
</programlisting>
- <para>
- The above example would produce the following output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
field1
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-list-tables.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-list-tables.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-list-tables.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-list-tables.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-list-tables.xml:1.2 Wed Apr 17
02:37:53 2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-list-tables.xml Mon Nov 1 11:38:36
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-list-tables">
<refnamediv>
@@ -7,7 +7,7 @@
<refpurpose>List tables in a FrontBase database</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>resource</type><methodname>fbsql_list_tables</methodname>
<methodparam><type>string</type><parameter>database</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-next-result.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-next-result.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-next-result.xml:1.4
phpdoc/en/reference/fbsql/functions/fbsql-next-result.xml:1.5
--- phpdoc/en/reference/fbsql/functions/fbsql-next-result.xml:1.4 Mon Dec 15
11:49:43 2003
+++ phpdoc/en/reference/fbsql/functions/fbsql-next-result.xml Mon Nov 1 11:38:36
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.9 -->
<refentry id="function.fbsql-next-result">
<refnamediv>
@@ -9,7 +9,7 @@
</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>fbsql_next_result</methodname>
<methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-num-fields.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-num-fields.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-num-fields.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-num-fields.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-num-fields.xml:1.2 Wed Apr 17
02:37:53 2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-num-fields.xml Mon Nov 1 11:38:36
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-num-fields">
<refnamediv>
@@ -7,7 +7,7 @@
<refpurpose>Get number of fields in result</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>int</type><methodname>fbsql_num_fields</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-num-rows.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-num-rows.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-num-rows.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-num-rows.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-num-rows.xml:1.2 Wed Apr 17 02:37:54
2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-num-rows.xml Mon Nov 1 11:38:36
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-num-rows">
<refnamediv>
@@ -7,7 +7,7 @@
<refpurpose>Get number of rows in result</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>int</type><methodname>fbsql_num_rows</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-password.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-password.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-password.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-password.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-password.xml:1.2 Wed Apr 17 02:37:54
2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-password.xml Mon Nov 1 11:38:36
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.34 -->
<refentry id='function.fbsql-password'>
<refnamediv>
@@ -7,7 +7,7 @@
<refpurpose>Get or set the user password used with a connection</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>string</type><methodname>fbsql_password</methodname>
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-pconnect.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-pconnect.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-pconnect.xml:1.3
phpdoc/en/reference/fbsql/functions/fbsql-pconnect.xml:1.4
--- phpdoc/en/reference/fbsql/functions/fbsql-pconnect.xml:1.3 Fri Jul 11 12:33:37
2003
+++ phpdoc/en/reference/fbsql/functions/fbsql-pconnect.xml Mon Nov 1 11:38:36
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-pconnect">
<refnamediv>
@@ -9,7 +9,7 @@
</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>resource</type><methodname>fbsql_pconnect</methodname>
<methodparam
choice="opt"><type>string</type><parameter>hostname</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-query.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-query.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-query.xml:1.3
phpdoc/en/reference/fbsql/functions/fbsql-query.xml:1.4
--- phpdoc/en/reference/fbsql/functions/fbsql-query.xml:1.3 Mon Dec 15 11:49:43
2003
+++ phpdoc/en/reference/fbsql/functions/fbsql-query.xml Mon Nov 1 11:38:36 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-query">
<refnamediv>
@@ -7,7 +7,7 @@
<refpurpose>Send a FrontBase query</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>resource</type><methodname>fbsql_query</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-read-blob.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-read-blob.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-read-blob.xml:1.4
phpdoc/en/reference/fbsql/functions/fbsql-read-blob.xml:1.5
--- phpdoc/en/reference/fbsql/functions/fbsql-read-blob.xml:1.4 Mon Dec 15 11:49:43
2003
+++ phpdoc/en/reference/fbsql/functions/fbsql-read-blob.xml Mon Nov 1 11:38:36
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.28 -->
<refentry id="function.fbsql-read-blob">
<refnamediv>
@@ -7,7 +7,7 @@
<refpurpose>Read a BLOB from the database</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>string</type><methodname>fbsql_read_blob</methodname>
<methodparam><type>string</type><parameter>blob_handle</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-read-clob.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-read-clob.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-read-clob.xml:1.4
phpdoc/en/reference/fbsql/functions/fbsql-read-clob.xml:1.5
--- phpdoc/en/reference/fbsql/functions/fbsql-read-clob.xml:1.4 Mon Dec 15 11:49:43
2003
+++ phpdoc/en/reference/fbsql/functions/fbsql-read-clob.xml Mon Nov 1 11:38:36
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.28 -->
<refentry id="function.fbsql-read-clob">
<refnamediv>
@@ -7,7 +7,7 @@
<refpurpose>Read a CLOB from the database</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ &reftitle.description;
<methodsynopsis>
<type>string</type><methodname>fbsql_read_clob</methodname>
<methodparam><type>string</type><parameter>clob_handle</parameter></methodparam>