/[cvs]/nfo/php/libs/net.php.smarty/plugins/modifier.string_format.php
ViewVC logotype

Annotation of /nfo/php/libs/net.php.smarty/plugins/modifier.string_format.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Wed Oct 9 00:53:36 2002 UTC (21 years, 9 months ago) by cvsjoko
Branch: MAIN
no message

1 cvsjoko 1.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     ?>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed