Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F391056
variablefilter.htmlspecialchars.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
432 B
Subscribers
None
variablefilter.htmlspecialchars.php
View Options
<?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsFilter
*/
/**
* Smarty htmlspecialchars variablefilter plugin
*
* @param string $source input string
* @param Smarty_Internal_Template $smarty Smarty object
* @return string filtered output
*/
function
smarty_variablefilter_htmlspecialchars
(
$source
,
$smarty
)
{
return
htmlspecialchars
(
$source
,
ENT_QUOTES
,
Smarty
::
$_CHARSET
);
}
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Feb 22, 20:21 (9 h, 50 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25952
Default Alt Text
variablefilter.htmlspecialchars.php (432 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment