From bf0f43931a3a608fb430fc1dcd5020cc5e97227c Mon Sep 17 00:00:00 2001 From: Simone Cortesi Date: Fri, 22 Mar 2002 22:54:11 +0000 Subject: [PATCH] normalizing git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74761 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filepro.xml | 50 +++++++++++++++++++++++++++---------------- 1 file changed, 31 insertions(+), 19 deletions(-) diff --git a/functions/filepro.xml b/functions/filepro.xml index 1af48dae94..722d2894fd 100644 --- a/functions/filepro.xml +++ b/functions/filepro.xml @@ -1,21 +1,23 @@ - + filePro functions filePro - These functions allow read-only access to data stored in filePro databases. + These functions allow read-only access to data stored in filePro databases. + filePro is a registered trademark of fP Technologies, Inc. You can find more - information about filePro at &url.filepro;. + information about filePro at &url.filepro;. + filepro - read and verify the map file + Read and verify the map file Description @@ -25,10 +27,12 @@ This reads and verifies the map file, storing the field count - and info. + and info. + No locking is done, so you should avoid modifying your filePro - database while it may be opened in PHP. + database while it may be opened in PHP. + ¬e.sm.uidcheck; @@ -36,7 +40,7 @@ filepro_fieldname - gets the name of a field + Gets the name of a field Description @@ -45,14 +49,16 @@ intfield_number - Returns the name of the field corresponding to field_number. + Returns the name of the field corresponding + to field_number. + filepro_fieldtype - gets the type of a field + Gets the type of a field Description @@ -61,14 +67,15 @@ intfield_number - Returns the edit type of the field corresponding to field_number. + Returns the edit type of the field corresponding to field_number. + filepro_fieldwidth - gets the width of a field + Gets the width of a field Description @@ -77,14 +84,15 @@ intfield_number - Returns the width of the field corresponding to field_number. + Returns the width of the field corresponding to field_number. + filepro_retrieve - retrieves data from a filePro database + Retrieves data from a filePro database Description @@ -94,7 +102,8 @@ intfield_number - Returns the data from the specified location in the database. + Returns the data from the specified location in the database. + ¬e.sm.uidcheck; @@ -102,7 +111,7 @@ filepro_fieldcount - find out how many fields are in a filePro database + Find out how many fields are in a filePro database Description @@ -115,14 +124,15 @@ database. - See also filepro. + See also filepro. + filepro_rowcount - find out how many rows are in a filePro database + Find out how many rows are in a filePro database Description @@ -131,10 +141,12 @@ - Returns the number of rows in the opened filePro database. + Returns the number of rows in the opened filePro database. + ¬e.sm.uidcheck; - See also filepro. + See also filepro. +