|
dbase_create
Creates a database
(PHP 4, PHP 5)
dbase_create() creates a dBase database with the given definition.
Note:
When safe mode is enabled, PHP checks whether the files or directories you are about to operate on have the same UID (owner) as the script that is being executed.
Note:
This function is affected by open_basedir. Parameters
Return Values
Returns a database link identifier if the database is successfully created,
or ExamplesExample 476. Creating a dBase database file<?php
See Also
|