Primary tabs

Namesort descending Location Description Direct uses Strings
db_escape_string 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. 7 4
db_fetch_array includes/database.mysql.inc Fetch one result row from the previous query as an array. 8
db_fetch_array includes/database.pgsql.inc Fetch one result row from the previous query as an array. 8
db_fetch_object includes/database.mysql.inc Fetch one result row from the previous query as an object. 40
db_fetch_object includes/database.pgsql.inc Fetch one result row from the previous query as an object. 40
db_next_id includes/database.mysql.inc Return a new unique ID in the given sequence. 5
db_next_id includes/database.pgsql.inc Return a new unique ID in the given sequence. 5
db_num_rows includes/database.mysql.inc Determine how many result rows were found by the preceding query. 3
db_num_rows includes/database.pgsql.inc Determine how many result rows were found by the preceding query. 3
db_prefix_tables includes/database.inc Append a database prefix to all tables in a query. 6
db_query includes/database.inc Runs a basic query in the active database. 245
db_queryd includes/database.inc Debugging version of db_query(). 1
db_query_range includes/database.mysql.inc Runs a limited-range query in the active database. 17
db_query_range includes/database.pgsql.inc Runs a limited-range query in the active database. 17
db_result includes/database.mysql.inc Return an individual result field from the previous query. 32
db_result includes/database.pgsql.inc Return an individual result field from the previous query. 32
db_rewrite_sql includes/database.inc Rewrites node queries. 31 1
db_set_active includes/database.inc Activate a database for future queries. 1
decode_entities includes/common.inc Decode all HTML entities (including numerical ones) to regular UTF-8 bytes. Double-escaped entities will only be decoded once ("&amp;lt;" becomes "&lt;", not "<"). 4
do_search modules/search.module Do a query on the full-text search index for a word or words.
drupal_access_denied includes/common.inc Generates a 403 error if the request is not allowed. 3
drupal_add_link includes/common.inc Add a <link> tag to the page's HEAD. 5
drupal_attributes includes/common.inc Format an attribute string to insert in a tag. 13
drupal_auth modules/drupal.module Implementation of hook_auth().
drupal_check_token includes/common.inc Check the form token if there is POST data for an authenticated user to defend against cross site request forgeries. 2
drupal_convert_to_utf8 includes/common.inc Convert data to UTF-8 1
drupal_cron modules/drupal.module Implementation of hook_cron(); handles pings to and from the site.
drupal_directory_page modules/drupal.module Formats a list of all sites indexed in the directory.
drupal_directory_ping modules/drupal.module Callback function from drupal_xmlrpc() called when another site pings this one. 2
drupal_eval includes/common.inc Evaluate a string of PHP code.
drupal_get_breadcrumb includes/common.inc Get the breadcrumb trail for the current page. 3
drupal_get_destination 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. 5
drupal_get_filename includes/bootstrap.inc Returns and optionally sets the filename for a system item (module, theme, etc.). The filename, whether provided, cached, or retrieved from the database, is only returned if the file exists. 5
drupal_get_headers includes/common.inc Get the HTTP response headers for the current page. 1
drupal_get_html_head includes/common.inc Retrieve output to be displayed in the head tag of the HTML page. 3
drupal_get_messages includes/bootstrap.inc Return all messages that have been set.
drupal_get_normal_path includes/common.inc Given a path alias, return the internal path it represents. 3
drupal_get_path includes/common.inc Returns the path to a system item (module, theme, etc.).
drupal_get_path_alias includes/bootstrap.inc Given an internal Drupal path, return the alias set by the administrator. 2
drupal_get_path_map includes/bootstrap.inc Return an array mapping path aliases to their internal Drupal paths. 1
drupal_get_private_key includes/common.inc Ensure the private key variable used to generate tokens is set. 1
drupal_get_title includes/bootstrap.inc Get the title of the current page, for display on the page and in the title bar. 4
drupal_get_token includes/common.inc Generate a token based on $value, the current user session and private key. 1
drupal_goto includes/common.inc Send the user to a different Drupal page. 39
drupal_help modules/drupal.module Implementation of hook_help(). 1
drupal_http_request includes/common.inc Perform an HTTP request. 2
drupal_info modules/drupal.module Implementation of hook_info().
drupal_load includes/bootstrap.inc Includes a file with the provided type and name. This prevents including a theme, engine, module, etc., more than once. 4
drupal_login modules/drupal.module Callback function from drupal_xmlrpc() for authenticating remote clients. 2
drupal_map_assoc includes/common.inc Form an associative array from a linear array. 14

Pages

Other projects