normalizing

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74761 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Simone Cortesi 2002-03-22 22:54:11 +00:00
parent ce86845679
commit bf0f43931a

View file

@ -1,21 +1,23 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.14 $ -->
<!-- $Revision: 1.15 $ -->
<reference id="ref.filepro">
<title>filePro functions</title>
<titleabbrev>filePro</titleabbrev>
<partintro>
<simpara>
These functions allow read-only access to data stored in filePro databases.</simpara>
These functions allow read-only access to data stored in filePro databases.
</simpara>
<simpara>
filePro is a registered trademark of fP Technologies, Inc. You can find more
information about filePro at <ulink url="&url.filepro;">&url.filepro;</ulink>.</simpara>
information about filePro at <ulink url="&url.filepro;">&url.filepro;</ulink>.
</simpara>
</partintro>
<refentry id="function.filepro">
<refnamediv>
<refname>filepro</refname>
<refpurpose>read and verify the map file</refpurpose>
<refpurpose>Read and verify the map file</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -25,10 +27,12 @@
</methodsynopsis>
<para>
This reads and verifies the map file, storing the field count
and info.</para>
and info.
</para>
<para>
No locking is done, so you should avoid modifying your filePro
database while it may be opened in PHP.</para>
database while it may be opened in PHP.
</para>
&note.sm.uidcheck;
</refsect1>
</refentry>
@ -36,7 +40,7 @@
<refentry id="function.filepro-fieldname">
<refnamediv>
<refname>filepro_fieldname</refname>
<refpurpose>gets the name of a field</refpurpose>
<refpurpose>Gets the name of a field</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -45,14 +49,16 @@
<methodparam><type>int</type><parameter>field_number</parameter></methodparam>
</methodsynopsis>
<para>
Returns the name of the field corresponding to <parameter>field_number</parameter>.</para>
Returns the name of the field corresponding
to <parameter>field_number</parameter>.
</para>
</refsect1>
</refentry>
<refentry id="function.filepro-fieldtype">
<refnamediv>
<refname>filepro_fieldtype</refname>
<refpurpose>gets the type of a field</refpurpose>
<refpurpose>Gets the type of a field</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -61,14 +67,15 @@
<methodparam><type>int</type><parameter>field_number</parameter></methodparam>
</methodsynopsis>
<para>
Returns the edit type of the field corresponding to <parameter>field_number</parameter>.</para>
Returns the edit type of the field corresponding to <parameter>field_number</parameter>.
</para>
</refsect1>
</refentry>
<refentry id="function.filepro-fieldwidth">
<refnamediv>
<refname>filepro_fieldwidth</refname>
<refpurpose>gets the width of a field</refpurpose>
<refpurpose>Gets the width of a field</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -77,14 +84,15 @@
<methodparam><type>int</type><parameter>field_number</parameter></methodparam>
</methodsynopsis>
<para>
Returns the width of the field corresponding to <parameter>field_number</parameter>.</para>
Returns the width of the field corresponding to <parameter>field_number</parameter>.
</para>
</refsect1>
</refentry>
<refentry id="function.filepro-retrieve">
<refnamediv>
<refname>filepro_retrieve</refname>
<refpurpose>retrieves data from a filePro database</refpurpose>
<refpurpose>Retrieves data from a filePro database</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -94,7 +102,8 @@
<methodparam><type>int</type><parameter>field_number</parameter></methodparam>
</methodsynopsis>
<para>
Returns the data from the specified location in the database.</para>
Returns the data from the specified location in the database.
</para>
&note.sm.uidcheck;
</refsect1>
</refentry>
@ -102,7 +111,7 @@
<refentry id="function.filepro-fieldcount">
<refnamediv>
<refname>filepro_fieldcount</refname>
<refpurpose>find out how many fields are in a filePro database</refpurpose>
<refpurpose>Find out how many fields are in a filePro database</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -115,14 +124,15 @@
database.
</para>
<para>
See also <function>filepro</function>.</para>
See also <function>filepro</function>.
</para>
</refsect1>
</refentry>
<refentry id="function.filepro-rowcount">
<refnamediv>
<refname>filepro_rowcount</refname>
<refpurpose>find out how many rows are in a filePro database</refpurpose>
<refpurpose>Find out how many rows are in a filePro database</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -131,10 +141,12 @@
<void/>
</methodsynopsis>
<para>
Returns the number of rows in the opened filePro database.</para>
Returns the number of rows in the opened filePro database.
</para>
&note.sm.uidcheck;
<para>
See also <function>filepro</function>.</para>
See also <function>filepro</function>.
</para>
</refsect1>
</refentry>