Primary tabs

Namesort descending Location Description Direct uses Strings
db_fetch_object includes/database.pgsql.inc Fetch one result row from the previous query as an object. 49
db_fetch_object includes/database.mysql.inc Fetch one result row from the previous query as an object. 49
db_lock_table includes/database.pgsql.inc Lock a table. This function automatically starts a transaction. 3
db_lock_table includes/database.mysqli.inc Lock a table. 3
db_lock_table includes/database.mysql.inc Lock a table. 3
db_next_id includes/database.mysqli.inc Return a new unique ID in the given sequence. 4
db_next_id includes/database.pgsql.inc Return a new unique ID in the given sequence. 4
db_next_id includes/database.mysql.inc Return a new unique ID in the given sequence. 4
db_num_rows includes/database.mysqli.inc Determine how many result rows were found by the preceding query. 1
db_num_rows includes/database.pgsql.inc Determine how many result rows were found by the preceding query. 1
db_num_rows includes/database.mysql.inc Determine how many result rows were found by the preceding query. 1
db_prefix_tables includes/database.inc Append a database prefix to all tables in a query. 11
db_query includes/database.inc Runs a basic query in the active database. 280
db_queryd includes/database.inc Debugging version of db_query().
db_query_range includes/database.mysqli.inc Runs a limited-range query in the active database. 23
db_query_range includes/database.pgsql.inc Runs a limited-range query in the active database. 23
db_query_range includes/database.mysql.inc Runs a limited-range query in the active database. 23
db_query_temporary includes/database.pgsql.inc Runs a SELECT query and stores its results in a temporary table. 1
db_query_temporary includes/database.mysqli.inc Runs a SELECT query and stores its results in a temporary table. 1
db_query_temporary includes/database.mysql.inc Runs a SELECT query and stores its results in a temporary table. 1
db_result includes/database.mysqli.inc Return an individual result field from the previous query. 37
db_result includes/database.pgsql.inc Return an individual result field from the previous query. 37
db_result includes/database.mysql.inc Return an individual result field from the previous query. 37
db_rewrite_sql includes/database.inc Rewrites node, taxonomy and comment queries. Use it for listing queries. Do not use FROM table1, table2 syntax, use JOIN instead. 43 1
db_set_active includes/database.inc Activate a database for future queries. 1
db_unlock_tables includes/database.pgsql.inc Unlock all locked tables. This function automatically commits a transaction. 3
db_unlock_tables includes/database.mysqli.inc Unlock all locked tables. 3
db_unlock_tables includes/database.mysql.inc Unlock all locked tables. 3
decode_entities includes/unicode.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 "<"). 5
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. 6
drupal_add_js includes/common.inc Add a JavaScript file to the output. 6
drupal_add_link includes/common.inc Add a <link> tag to the page's HEAD. 6
drupal_attributes includes/common.inc Format an attribute string to insert in a tag. 16
drupal_auth modules/drupal.module Implementation of hook_auth().
drupal_bootstrap 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 Drupal database from a script without… 6
drupal_call_js includes/common.inc Generates a Javascript call, while importing the arguments as is. PHP arrays are turned into JS objects to preserve keys. This means the array keys must conform to JS's member naming rules.
drupal_clear_path_cache includes/common.inc Reset the static variable which holds the aliases mapped for this request. 1
drupal_client_page modules/drupal.module Formats a list of all clients.
drupal_client_ping modules/drupal.module Callback function from drupal_xmlrpc() called when another site pings this one. 1
drupal_clone includes/common.inc Provide a substitute clone() function for PHP4. 3
drupal_convert_to_utf8 includes/unicode.inc Convert data to UTF-8 2
drupal_cron modules/drupal.module Implementation of hook_cron(); handles pings to and from the site.
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. 4
drupal_get_content includes/common.inc Get assigned content. 1
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. By default the current URL is returned. If a destination exists in the previous request, that… 6
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_form includes/form.inc Processes a form array and produces the HTML output of a form. If there is input in the $_POST['edit'] variable, this function will attempt to validate it, using drupal_validate_form(), and then submit the form using drupal_submit_form(). 53
drupal_get_headers includes/common.inc Get the HTTP response headers for the current page. 1

Pages

Other projects