PageRenderTime 48ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/ecerp/Apps/Libraries/smartyplugin/modifier.urlencode.php

http://phpfor.googlecode.com/
PHP | 5 lines | 4 code | 1 blank | 0 comment | 0 complexity | 17b57dddda809d0524370c482ebe2975 MD5 | raw file
  1. <?php
  2. function smarty_modifier_urlencode($str){
  3. return urlencode($str);
  4. }