Function Database_Static_xml->is_flat_file_simple
Definitions
sources/database/xml.php
- Determine whether the database is a flat file database, and thus not have a meaningful connect username and password.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether the database is a flat file database
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Determine whether the database is a flat file database, and thus not have a meaningful connect username and password.
*
* @return boolean Whether the database is a flat file database
*/
public function is_flat_file_simple() : bool
* Determine whether the database is a flat file database, and thus not have a meaningful connect username and password.
*
* @return boolean Whether the database is a flat file database
*/
public function is_flat_file_simple() : bool