php-doc-en/functions/solid.sgml
cslawi 9256eb3b12 Normalized according to the DocBook 3.1 DTD. This mostly just adds
closing tags and attribute quotes, but lets a stock 3.1 install
compile the PHP docs. It still compiles with DocBook 3.0, as well.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@14693 c90b9560-bf6c-de11-be94-00142212c4b1
1999-10-20 22:41:42 +00:00

147 lines
3.6 KiB
Text

<reference id="ref.solid">
<title>Solid functions</title>
<titleabbrev>Solid</titleabbrev>
<partintro>
<para>
The Solid functions are deprecated, you probably want to use the
<link linkend="ref.odbc">Unified ODBC functions</link> instead.</para>
</partintro>
<refentry id="function.solid-close">
<refnamediv>
<refname>solid_close</refname>
<refpurpose>close a Solid connection</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<para>See <function>odbc_close</function>.</para>
</refsect1>
</refentry>
<refentry id="function.solid-connect">
<refnamediv>
<refname>solid_connect</refname>
<refpurpose>connect to a Solid data source</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<para>See <function>odbc_connect</function>.</para>
</refsect1>
</refentry>
<refentry id="function.solid-exec">
<refnamediv>
<refname>solid_exec</refname>
<refpurpose>execute a Solid query</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<para>See <function>odbc_exec</function>.</para>
</refsect1>
</refentry>
<refentry id="function.solid-fetchrow">
<refnamediv>
<refname>solid_fetchrow</refname>
<refpurpose>fetch row of data from Solid query</refpurpose>
</refnamediv>
<refsect1>
<title>Descriptio</title>
<para>See <function>odbc_fetch_row</function></para>
</refsect1>
</refentry>
<refentry id="function.solid-fieldname">
<refnamediv>
<refname>solid_fieldname</refname>
<refpurpose>get name of column from Solid query</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<para>See <function>odbc_field_name</function>.</para>
</refsect1>
</refentry>
<refentry id="function.solid-fieldnum">
<refnamediv>
<refname>solid_fieldnum</refname>
<refpurpose>get index of column from Solid query</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<para>See <function>odbc_field_num</function>.</para>
</refsect1>
</refentry>
<refentry id="function.solid-freeresult">
<refnamediv>
<refname>solid_freeresult</refname>
<refpurpose>free result memory from Solid query</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<para>See <function>odbc_free_result</function>.</para>
</refsect1>
</refentry>
<refentry id="function.solid-numfields">
<refnamediv>
<refname>solid_numfields</refname>
<refpurpose>get number of fields in Solid result</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<para>See <function>odbc_num_fields</function>.</para>
</refsect1>
</refentry>
<refentry id="function.solid-numrows">
<refnamediv>
<refname>solid_numrows</refname>
<refpurpose>get number of rows in Solid result</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<para>See <function>odbc_num_rows</function>.</para>
</refsect1>
</refentry>
<refentry id="function.solid-result">
<refnamediv>
<refname>solid_result</refname>
<refpurpose>get data from Solid results</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<para>See <function>odbc_result</function>.</para>
</refsect1>
</refentry>
</reference>
<!-- 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
sgml-parent-document:nil
sgml-default-dtd-file:"../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->