• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • Examples
  • File List

E:/E/GEAMP/www/openbiz/openbiz/others/Smarty/libs/plugins/modifier.spacify.php

00001 <?php
00021 function smarty_modifier_spacify($string, $spacify_char = ' ')
00022 {
00023     return implode($spacify_char,
00024                    preg_split('//', $string, -1, PREG_SPLIT_NO_EMPTY));
00025 }
00026 
00027 /* vim: set expandtab: */
00028 
00029 ?>

Generated on Thu Apr 19 2012 17:01:16 for openbiz by  doxygen 1.7.2