PEEL Shopping
Open source ecommerce : PEEL Shopping
modifier.spacify.php
Go to the documentation of this file.
1 <?php
21 function smarty_modifier_spacify($string, $spacify_char = ' ')
22 {
23  // well… what about charsets besides latin and UTF-8?
24  return implode($spacify_char, preg_split('//' . Smarty::$_UTF8_MODIFIER, $string, -1, PREG_SPLIT_NO_EMPTY));
25 }
26 
27 ?>
static $_UTF8_MODIFIER
Flag denoting if PCRE should run in UTF-8 mode.
smarty_modifier_spacify($string, $spacify_char= ' ')
Smarty spacify modifier plugin.

This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:41:16 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.