databind
vitalif 2010-06-27 19:01:01 +00:00 committed by Vitaliy Filippov
parent a91808628c
commit 7894d114b9
1 changed files with 2 additions and 0 deletions

View File

@ -842,6 +842,8 @@ $iset";
function function_html($e) { return "htmlspecialchars($e,ENT_QUOTES)"; }
function function_s($e) { return "htmlspecialchars($e,ENT_QUOTES)"; }
function function_nl2br($s) { return "nl2br($s)"; }
/* экранирование в стиле URI */
function function_uriquote($e) { return "urlencode($e)"; }
function function_uri_escape($e) { return "urlencode($e)"; }