/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.

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

Documentation generated on Sat, 18 Jul 2009 21:04:58 +0200 by phpDocumentor 1.4.0