[ Index ]

krapohl.info

title

Body

[close]

/pnincludes/Smarty/plugins/ -> modifier.string_format.php (source)

   1  <?php
   2  
   3  /*
   4   * Smarty plugin
   5   * -------------------------------------------------------------
   6   * Type:     modifier
   7   * Name:     string_format
   8   * Purpose:  format strings via sprintf
   9   * -------------------------------------------------------------
  10   */
  11  function smarty_modifier_string_format($string, $format)
  12  {
  13      return sprintf($format, $string);
  14  }
  15  
  16  /* vim: set expandtab: */
  17  
  18  ?>


Generated: Wed Feb 16 22:40:07 2005 Cross-referenced by PHPXref 0.6