phpDocumentor Smarty
plugins
[ class tree: Smarty ] [ index: Smarty ] [ all elements ]

Source for file modifier.rawurlencode.php

Documentation is available at modifier.rawurlencode.php

  1. <?php
  2. /** @package Smarty
  3. @subpackage plugins */
  4.  
  5. /**
  6.  * Smarty plugin
  7.  * -------------------------------------------------------------
  8.  * Type:     modifier
  9.  * Name:     rawurlencode
  10.  * Purpose:  encode string for use in PDFdefaultConverter TOC
  11.  * -------------------------------------------------------------
  12.  */
  13. function smarty_modifier_rawurlencode($string)
  14. {
  15.     return rawurlencode($string);
  16. }
  17.  
  18. ?>

Documentation generated on Tue, 24 Oct 2006 09:24:03 -0500 by phpDocumentor 1.3.1