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

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

00001 <?php
00022 function smarty_modifier_indent($string,$chars=4,$char=" ")
00023 {
00024     return preg_replace('!^!m',str_repeat($char,$chars),$string);
00025 }
00026 
00027 ?>

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