| db_escape_string | drupal/includes/database.pgsql.inc | Prepare user input for use in a database query, preventing SQL injection attacks.
Note: This function requires PostgreSQL 7.2 or later. |
| db_fetch_object | drupal/includes/database.pgsql.inc | Fetch one result row from the previous query as an object. |
| drupal_get_destination | drupal/includes/common.inc | Prepare a destination query string for use in combination with
drupal_goto(). Used to direct the user back to the referring page
after completing a form. |
| format_date | drupal/includes/common.inc | Format a date with the given configured format or a custom format string. |
| format_name | drupal/includes/common.inc | Format a username. |
| l | drupal/includes/common.inc | Format an internal Drupal link. |
| node_mark | drupal/modules/node.module | Decide on the type of marker to be displayed for a given node. |
| pager_query | drupal/includes/pager.inc | Perform a paged database query. |
| t | drupal/includes/common.inc | Translate strings to the current locale. |
| tablesort_pager | drupal/includes/tablesort.inc | Fetch pager link arguments. |
| tablesort_sql | drupal/includes/tablesort.inc | Create an SQL sort clause. |
| theme | drupal/includes/theme.inc | Generate the themed representation of a Drupal object. |
| truncate_utf8 | drupal/includes/common.inc | Truncate a UTF-8-encoded string safely. |