| Name | Location | Description |
|---|---|---|
| drupal_get_schema | drupal/includes/bootstrap.inc | Get the schema definition of a table, or the whole database schema. |
| _drupal_log_error | drupal/includes/common.inc | Log a PHP error or exception, display an error page in fatal cases. |
| Name | Location | Description |
|---|---|---|
| drupal_bootstrap | drupal/includes/bootstrap.inc | A string describing a phase of Drupal to load. Each phase adds to the previous one, so invoking a later phase automatically runs the earlier phases too. The most important usage is that if you want to access the Drupal database from a script without... |