| ||||||||||
dbase_createDescriptionint dbase_create ( string filename, array fields)The fields parameter is an array of arrays, each array describing the format of one field in the database. Each field consists of a name, a character indicating the field type, a length, and a precision. The types of fields available are:
If the database is successfully created, a dbase_identifier is returned, otherwise FALSE is returned. | ||||||||||
|