[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
Smarty shared plugin
File Size: | 48 lines (2 kb) |
Included or required: | 3 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
smarty_mb_to_unicode($string, $encoding=null) X-Ref |
convert characters to their decimal unicode equivalents author: Rodney Rehm param: string $string characters to calculate unicode of param: string $encoding encoding of $string, if null mb_internal_encoding() is used return: array sequence of unicodes |
smarty_mb_from_unicode($unicode, $encoding=null) X-Ref |
convert unicodes to the character of given encoding author: Rodney Rehm param: integer|array $unicode single unicode or list of unicodes to convert param: string $encoding encoding of returned string, if null mb_internal_encoding() is used return: string unicode as character sequence in given $encoding |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |