/plugins/builtin/functions/escape.php

Description

Applies various escaping schemes on the given string

  * value : the string to process
  * format : escaping format to use, valid formats are : html, htmlall, url, urlpathinfo, quotes, hex, hexentity, javascript and mail
  * charset : character set to use for the conversion (applies to some formats only), defaults to the current Dwoo charset
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

This file is released under the LGPL "GNU Lesser General Public License" More information can be found here: http://www.gnu.org/copyleft/lesser.html

Functions
Dwoo_Plugin_escape (line 26)
void Dwoo_Plugin_escape (Dwoo $dwoo, [ $value = ''], [ $format = 'html'], [ $charset = null])
  • Dwoo $dwoo
  • $value
  • $format
  • $charset

Documentation generated on Sat, 28 Jun 2008 01:38:21 +0200 by phpDocumentor 1.4.0