File/functions/security_functions.php

Description

CodeIgniter

An open source application development framework for PHP 4.3.2 or newer

Functions
dohash (line 55)

Hash encode a string

  • access: public
string dohash (string $str, [ $type = 'sha1'])
  • string $str
  • $type
encode_php_tags (line 113)

Convert PHP tags to entities

  • access: public
string encode_php_tags (string $str)
  • string $str
strip_image_tags (line 94)

Strip Image Tags

  • access: public
string strip_image_tags (string $str)
  • string $str
xss_clean (line 37)

XSS Filtering

  • access: public
string xss_clean (string $str, [string $charset = 'ISO-8859-1'])
  • string $str
  • string $charset: the character set of your data

Documentation generated on Tue, 22 Nov 2011 13:28:59 -0200 by phpDocumentor 1.4.3