From efa54d504ad9659a752a009a47b7ae61cf37dd95 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Mon, 8 Jan 2007 00:35:01 +0000 Subject: [PATCH] WS preparing for new style git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@226702 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../filepro/functions/filepro-fieldcount.xml | 43 ++++++++-------- .../filepro/functions/filepro-fieldname.xml | 37 +++++++------- .../filepro/functions/filepro-fieldtype.xml | 35 +++++++------ .../filepro/functions/filepro-fieldwidth.xml | 35 +++++++------ .../filepro/functions/filepro-retrieve.xml | 51 +++++++++---------- .../filepro/functions/filepro-rowcount.xml | 43 ++++++++-------- reference/filepro/functions/filepro.xml | 47 +++++++++-------- 7 files changed, 142 insertions(+), 149 deletions(-) diff --git a/reference/filepro/functions/filepro-fieldcount.xml b/reference/filepro/functions/filepro-fieldcount.xml index bd37f4d0f8..5cb64b6ae9 100644 --- a/reference/filepro/functions/filepro-fieldcount.xml +++ b/reference/filepro/functions/filepro-fieldcount.xml @@ -1,26 +1,25 @@ - - - - - filepro_fieldcount - Find out how many fields are in a filePro database - - - Description - - intfilepro_fieldcount - - - - Returns the number of fields (columns) in the opened filePro - database. - - - See also filepro. - - - + + + + filepro_fieldcount + Find out how many fields are in a filePro database + + + Description + + intfilepro_fieldcount + + + + Returns the number of fields (columns) in the opened filePro + database. + + + See also filepro. + + + - - - - filepro_fieldname - Gets the name of a field - - - Description - - stringfilepro_fieldname - intfield_number - - - Returns the name of the field corresponding - to field_number. - - - + + + + filepro_fieldname + Gets the name of a field + + + Description + + stringfilepro_fieldname + intfield_number + + + Returns the name of the field corresponding + to field_number. + + + - - - - filepro_fieldtype - Gets the type of a field - - - Description - - stringfilepro_fieldtype - intfield_number - - - Returns the edit type of the field corresponding to field_number. - - - + + + + filepro_fieldtype + Gets the type of a field + + + Description + + stringfilepro_fieldtype + intfield_number + + + Returns the edit type of the field corresponding to field_number. + + + - - - - filepro_fieldwidth - Gets the width of a field - - - Description - - intfilepro_fieldwidth - intfield_number - - - Returns the width of the field corresponding to field_number. - - - + + + + filepro_fieldwidth + Gets the width of a field + + + Description + + intfilepro_fieldwidth + intfield_number + + + Returns the width of the field corresponding to field_number. + + + - - - - filepro_retrieve - Retrieves data from a filePro database - - - Description - - stringfilepro_retrieve - introw_number - intfield_number - - - Returns the data from the specified location in the database. The - row_number parameter must be between zero - and the total number of rows minus one - (0..filepro_rowcount - 1). Likewise, - field_number accepts values between zero and - the total number of fields minus one - (0..filepro_fieldcount - 1) - - ¬e.sm.uidcheck; - - + + + + filepro_retrieve + Retrieves data from a filePro database + + + Description + + stringfilepro_retrieve + introw_number + intfield_number + + + Returns the data from the specified location in the database. The + row_number parameter must be between zero + and the total number of rows minus one + (0..filepro_rowcount - 1). Likewise, + field_number accepts values between zero and + the total number of fields minus one + (0..filepro_fieldcount - 1) + + ¬e.sm.uidcheck; + + - - - - filepro_rowcount - Find out how many rows are in a filePro database - - - Description - - intfilepro_rowcount - - - - Returns the number of rows in the opened filePro database. - - ¬e.sm.uidcheck; - - See also filepro. - - - + + + + filepro_rowcount + Find out how many rows are in a filePro database + + + Description + + intfilepro_rowcount + + + + Returns the number of rows in the opened filePro database. + + ¬e.sm.uidcheck; + + See also filepro. + + + - - - - filepro - Read and verify the map file - - - Description - - boolfilepro - stringdirectory - - - This reads and verifies the map file, storing the field count - and info. - - - No locking is done, so you should avoid modifying your filePro - database while it may be opened in PHP. - - ¬e.sm.uidcheck; - - + + + + filepro + Read and verify the map file + + + Description + + boolfilepro + stringdirectory + + + This reads and verifies the map file, storing the field count + and info. + + + No locking is done, so you should avoid modifying your filePro + database while it may be opened in PHP. + + ¬e.sm.uidcheck; + +