WS preparing for new style

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@226702 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2007-01-08 00:35:01 +00:00
parent beaea6bb7d
commit efa54d504a
7 changed files with 142 additions and 149 deletions

View file

@ -1,26 +1,25 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- splitted from ./en/functions/filepro.xml, last change in rev 1.2 -->
<refentry id="function.filepro-fieldcount">
<refnamediv>
<refname>filepro_fieldcount</refname>
<refpurpose>Find out how many fields are in a filePro database</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>filepro_fieldcount</methodname>
<void/>
</methodsynopsis>
<para>
Returns the number of fields (columns) in the opened filePro
database.
</para>
<para>
See also <function>filepro</function>.
</para>
</refsect1>
</refentry>
<!-- $Revision: 1.3 $ -->
<refentry id="function.filepro-fieldcount">
<refnamediv>
<refname>filepro_fieldcount</refname>
<refpurpose>Find out how many fields are in a filePro database</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>filepro_fieldcount</methodname>
<void/>
</methodsynopsis>
<para>
Returns the number of fields (columns) in the opened filePro
database.
</para>
<para>
See also <function>filepro</function>.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:

View file

@ -1,23 +1,22 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- splitted from ./en/functions/filepro.xml, last change in rev 1.2 -->
<refentry id="function.filepro-fieldname">
<refnamediv>
<refname>filepro_fieldname</refname>
<refpurpose>Gets the name of a field</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>filepro_fieldname</methodname>
<methodparam><type>int</type><parameter>field_number</parameter></methodparam>
</methodsynopsis>
<para>
Returns the name of the field corresponding
to <parameter>field_number</parameter>.
</para>
</refsect1>
</refentry>
<!-- $Revision: 1.3 $ -->
<refentry id="function.filepro-fieldname">
<refnamediv>
<refname>filepro_fieldname</refname>
<refpurpose>Gets the name of a field</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>filepro_fieldname</methodname>
<methodparam><type>int</type><parameter>field_number</parameter></methodparam>
</methodsynopsis>
<para>
Returns the name of the field corresponding
to <parameter>field_number</parameter>.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:

View file

@ -1,22 +1,21 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- splitted from ./en/functions/filepro.xml, last change in rev 1.2 -->
<refentry id="function.filepro-fieldtype">
<refnamediv>
<refname>filepro_fieldtype</refname>
<refpurpose>Gets the type of a field</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>filepro_fieldtype</methodname>
<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>
</refsect1>
</refentry>
<!-- $Revision: 1.3 $ -->
<refentry id="function.filepro-fieldtype">
<refnamediv>
<refname>filepro_fieldtype</refname>
<refpurpose>Gets the type of a field</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>filepro_fieldtype</methodname>
<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>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:

View file

@ -1,22 +1,21 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- splitted from ./en/functions/filepro.xml, last change in rev 1.2 -->
<refentry id="function.filepro-fieldwidth">
<refnamediv>
<refname>filepro_fieldwidth</refname>
<refpurpose>Gets the width of a field</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>filepro_fieldwidth</methodname>
<methodparam><type>int</type><parameter>field_number</parameter></methodparam>
</methodsynopsis>
<para>
Returns the width of the field corresponding to <parameter>field_number</parameter>.
</para>
</refsect1>
</refentry>
<!-- $Revision: 1.3 $ -->
<refentry id="function.filepro-fieldwidth">
<refnamediv>
<refname>filepro_fieldwidth</refname>
<refpurpose>Gets the width of a field</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>filepro_fieldwidth</methodname>
<methodparam><type>int</type><parameter>field_number</parameter></methodparam>
</methodsynopsis>
<para>
Returns the width of the field corresponding to <parameter>field_number</parameter>.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:

View file

@ -1,30 +1,29 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/filepro.xml, last change in rev 1.2 -->
<refentry id="function.filepro-retrieve">
<refnamediv>
<refname>filepro_retrieve</refname>
<refpurpose>Retrieves data from a filePro database</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>filepro_retrieve</methodname>
<methodparam><type>int</type><parameter>row_number</parameter></methodparam>
<methodparam><type>int</type><parameter>field_number</parameter></methodparam>
</methodsynopsis>
<para>
Returns the data from the specified location in the database. The
<parameter>row_number</parameter> parameter must be between zero
and the total number of rows minus one
(0..<function>filepro_rowcount</function> - 1). Likewise,
<parameter>field_number</parameter> accepts values between zero and
the total number of fields minus one
(0..<function>filepro_fieldcount</function> - 1)
</para>
&note.sm.uidcheck;
</refsect1>
</refentry>
<!-- $Revision: 1.4 $ -->
<refentry id="function.filepro-retrieve">
<refnamediv>
<refname>filepro_retrieve</refname>
<refpurpose>Retrieves data from a filePro database</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>filepro_retrieve</methodname>
<methodparam><type>int</type><parameter>row_number</parameter></methodparam>
<methodparam><type>int</type><parameter>field_number</parameter></methodparam>
</methodsynopsis>
<para>
Returns the data from the specified location in the database. The
<parameter>row_number</parameter> parameter must be between zero
and the total number of rows minus one
(0..<function>filepro_rowcount</function> - 1). Likewise,
<parameter>field_number</parameter> accepts values between zero and
the total number of fields minus one
(0..<function>filepro_fieldcount</function> - 1)
</para>
&note.sm.uidcheck;
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:

View file

@ -1,26 +1,25 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- splitted from ./en/functions/filepro.xml, last change in rev 1.2 -->
<refentry id="function.filepro-rowcount">
<refnamediv>
<refname>filepro_rowcount</refname>
<refpurpose>Find out how many rows are in a filePro database</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>filepro_rowcount</methodname>
<void/>
</methodsynopsis>
<para>
Returns the number of rows in the opened filePro database.
</para>
&note.sm.uidcheck;
<para>
See also <function>filepro</function>.
</para>
</refsect1>
</refentry>
<!-- $Revision: 1.3 $ -->
<refentry id="function.filepro-rowcount">
<refnamediv>
<refname>filepro_rowcount</refname>
<refpurpose>Find out how many rows are in a filePro database</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>filepro_rowcount</methodname>
<void/>
</methodsynopsis>
<para>
Returns the number of rows in the opened filePro database.
</para>
&note.sm.uidcheck;
<para>
See also <function>filepro</function>.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:

View file

@ -1,28 +1,27 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- splitted from ./en/functions/filepro.xml, last change in rev 1.2 -->
<refentry id="function.filepro">
<refnamediv>
<refname>filepro</refname>
<refpurpose>Read and verify the map file</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>filepro</methodname>
<methodparam><type>string</type><parameter>directory</parameter></methodparam>
</methodsynopsis>
<para>
This reads and verifies the map file, storing the field count
and info.
</para>
<para>
No locking is done, so you should avoid modifying your filePro
database while it may be opened in PHP.
</para>
&note.sm.uidcheck;
</refsect1>
</refentry>
<!-- $Revision: 1.3 $ -->
<refentry id="function.filepro">
<refnamediv>
<refname>filepro</refname>
<refpurpose>Read and verify the map file</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>filepro</methodname>
<methodparam><type>string</type><parameter>directory</parameter></methodparam>
</methodsynopsis>
<para>
This reads and verifies the map file, storing the field count
and info.
</para>
<para>
No locking is done, so you should avoid modifying your filePro
database while it may be opened in PHP.
</para>
&note.sm.uidcheck;
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables: