php-doc-en/functions/solid.sgml
James Gingerich 82c6591284 Many minor cleanups.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@9864 c90b9560-bf6c-de11-be94-00142212c4b1
1999-06-20 03:04:56 +00:00

148 lines
3.5 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.
</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>.
</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>.
</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>.
</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>
</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>.
</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>.
</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>.
</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>.
</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>.
</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>.
</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:
-->