| Name | Description |
|---|---|
| File interface | Common file handling functions. |
| Name | Location | Description |
|---|---|---|
| file_validate_size | drupal/includes/file.inc | Check that the file's size is below certain limits. |
| upload_space_used | drupal/modules/upload/upload.module | Determine how much disk space is occupied by a user's uploaded files. |
| Name | Location | Description |
|---|---|---|
| db_query | drupal/includes/database/database.inc | Execute an arbitrary query string against the active database. |
| db_result | drupal/includes/database/database.inc | |
| db_select | drupal/includes/database/database.inc | Returns a new SelectQuery object for the active database. |