Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F390998
variablefilter.htmlspecialchars.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
374 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 object $ &$smarty Smarty object
* @return string filtered output
*/
function
smarty_variablefilter_htmlspecialchars
(
$source
,
&
$smarty
)
{
return
htmlspecialchars
(
$source
,
ENT_QUOTES
);
}
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Feb 22, 20:21 (2 h, 2 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25456
Default Alt Text
variablefilter.htmlspecialchars.php (374 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment