Sanitization functions

Functions to sanitize values.

See http://drupal.org/writing-secure-code for information on writing secure code.

File

drupal/includes/common.inc, line 1359
Common functions that many Drupal modules will need to reference.

Functions

Namesort descending Location Description
check_markup drupal/modules/filter/filter.module Runs all the enabled filters on a piece of text.
check_plain drupal/includes/bootstrap.inc Encodes special characters in a plain-text string for display as HTML.
check_url drupal/includes/common.inc Strips dangerous protocols from a URI and encodes it for output to HTML.
drupal_attributes drupal/includes/common.inc Converts an associative array to an XML/HTML tag attribute string.
drupal_strip_dangerous_protocols drupal/includes/common.inc Strips dangerous protocols (e.g. 'javascript:') from a URI.
filter_xss drupal/includes/common.inc Filters HTML to prevent cross-site-scripting (XSS) vulnerabilities.
filter_xss_admin drupal/includes/common.inc Applies a very permissive XSS/HTML filter for admin-only use.
filter_xss_bad_protocol drupal/includes/common.inc Processes an HTML attribute value and strips dangerous protocols from URLs.
format_string drupal/includes/bootstrap.inc Formats a string for HTML display by replacing variable placeholders.
get_t drupal/includes/bootstrap.inc Returns the name of the proper localization function.
st drupal/includes/install.inc Translates a string when some systems are not available.
t drupal/includes/bootstrap.inc Translates a string to the current language or to a given language.
_filter_xss_attributes drupal/includes/common.inc Processes a string of HTML attributes.
_filter_xss_split drupal/includes/common.inc Processes an HTML tag.