XOOPS 2.5.6
Final
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
modifier.strip.php
Go to the documentation of this file.
1
<?php
26
function
smarty_modifier_strip
($text, $replace =
' '
)
27
{
28
return
preg_replace(
'!\s+!'
, $replace, $text);
29
}
30
31
/* vim: set expandtab: */
32
33
?>
L:
0xoops
xoops-2.5.6
htdocs
class
smarty
plugins
modifier.strip.php
Generated on Fri May 10 2013 01:04:24 for XOOPS 2.5.6 by
1.8.3.1