PEEL Shopping
Open source ecommerce : PEEL Shopping
modifiercompiler.upper.php
Go to the documentation of this file.
1 <?php
21 function smarty_modifiercompiler_upper($params, $compiler)
22 {
23  if (Smarty::$_MBSTRING) {
24  return 'mb_strtoupper(' . $params[0] . ', \'' . addslashes(Smarty::$_CHARSET) . '\')' ;
25  }
26  // no MBString fallback
27  return 'strtoupper(' . $params[0] . ')';
28 }
29 
30 ?>
static $_MBSTRING
Flag denoting if Multibyte String functions are available.
smarty_modifiercompiler_upper($params, $compiler)
Smarty upper modifier plugin.
static $_CHARSET
The character set to adhere to (e.g.

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.