didou Sun Jan 28 00:06:14 2007 UTC
Added files:
/phpdoc/en/reference/fbsql/functions fbsql-rows-fetched.xml
fbsql-set-characterset.xml
fbsql-table-name.xml
Modified files:
/phpdoc/en/reference/fbsql/functions fbsql-tablename.xml
Log:
Add 3 undocumented functions:
fbsql_rows_fetched()
fbsql_set_characterset()
fbsql_table_name()
Also reflect the fact that fbsql_tablename() is an alias of fbsql_table_name()
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fbsql/functions/fbsql-tablename.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-tablename.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-tablename.xml:1.6
phpdoc/en/reference/fbsql/functions/fbsql-tablename.xml:1.7
--- phpdoc/en/reference/fbsql/functions/fbsql-tablename.xml:1.6 Mon Jan 22
00:22:11 2007
+++ phpdoc/en/reference/fbsql/functions/fbsql-tablename.xml Sun Jan 28
00:06:14 2007
@@ -1,79 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.fbsql-tablename">
<refnamediv>
<refname>fbsql_tablename</refname>
- <refpurpose>Get table name of field</refpurpose>
+ <refpurpose>&Alias; of <function>fbsql_table_name</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
- <methodsynopsis>
- <type>string</type><methodname>fbsql_tablename</methodname>
-
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
- <methodparam><type>int</type><parameter>i</parameter></methodparam>
- </methodsynopsis>
<para>
- <function>fbsql_tablename</function> gets the name of the current table in
- the given <parameter>result</parameter> set.
- </para>
- <para>
- The <function>fbsql_num_rows</function> function may be used to determine
- the number of tables in the result pointer.
- </para>
- </refsect1>
-
- <refsect1 role="parameters">
- &reftitle.parameters;
- <para>
- <variablelist>
- <varlistentry>
- <term><parameter>result</parameter></term>
- <listitem>
- <para>
- A result pointer returned by <function>fbsql_list_tables</function>.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><parameter>i</parameter></term>
- <listitem>
- <para>
- Integer index for the current table.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </para>
- </refsect1>
-
- <refsect1 role="returnvalues">
- &reftitle.returnvalues;
- <para>
- Returns the name of the table, as a string.
- </para>
- </refsect1>
-
- <refsect1 role="examples">
- &reftitle.examples;
- <para>
- <example>
- <title><function>fbsql_tablename</function> example</title>
- <programlisting role="php">
-<![CDATA[
-<?php
-fbsql_connect("localhost", "_SYSTEM", "");
-$result = fbsql_list_tables("wisconsin");
-$i = 0;
-while ($i < fbsql_num_rows($result)) {
- $tb_names[$i] = fbsql_tablename($result, $i);
- echo $tb_names[$i] . "<br />";
- $i++;
-}
-?>
-]]>
- </programlisting>
- </example>
+ &info.function.alias; <function>fbsql_table_name</function>.
</para>
</refsect1>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fbsql/functions/fbsql-rows-fetched.xml?view=markup&rev=1.1
Index: phpdoc/en/reference/fbsql/functions/fbsql-rows-fetched.xml
+++ phpdoc/en/reference/fbsql/functions/fbsql-rows-fetched.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.fbsql-rows-fetched">
<refnamediv>
<refname>fbsql_rows_fetched</refname>
<refpurpose></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>fbsql_rows_fetched</methodname>
<methodparam
choice="opt"><type>resource</type><parameter>result</parameter></methodparam>
</methodsynopsis>
<para>
&warn.undocumented.func;
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fbsql/functions/fbsql-set-characterset.xml?view=markup&rev=1.1
Index: phpdoc/en/reference/fbsql/functions/fbsql-set-characterset.xml
+++ phpdoc/en/reference/fbsql/functions/fbsql-set-characterset.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.fbsql-set-characterset">
<refnamediv>
<refname>fbsql_set_characterset</refname>
<refpurpose>Change input/output character set</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>fbsql_set_characterset</methodname>
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
<methodparam><type>int</type><parameter>characterset</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>in_out_both</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.void;
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fbsql/functions/fbsql-table-name.xml?view=markup&rev=1.1
Index: phpdoc/en/reference/fbsql/functions/fbsql-table-name.xml
+++ phpdoc/en/reference/fbsql/functions/fbsql-table-name.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.fbsql-table-name">
<refnamediv>
<refname>fbsql_table_name</refname>
<refpurpose>Get table name of field</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>fbsql_table_name</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
</methodsynopsis>
<para>
<function>fbsql_table_name</function> gets the name of the current table in
the given <parameter>result</parameter> set.
</para>
<para>
The <function>fbsql_num_rows</function> function may be used to determine
the number of tables in the result pointer.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>result</parameter></term>
<listitem>
<para>
A result pointer returned by <function>fbsql_list_tables</function>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>index</parameter></term>
<listitem>
<para>
Integer index for the current table.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the name of the table, as a string.
</para>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>
<example>
<title><function>fbsql_table_name</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
fbsql_connect("localhost", "_SYSTEM", "");
$result = fbsql_list_tables("wisconsin");
$i = 0;
while ($i < fbsql_num_rows($result)) {
$tb_names[$i] = fbsql_table_name($result, $i);
echo $tb_names[$i] . "<br />";
$i++;
}
?>
]]>
</programlisting>
</example>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->