| [ Index ] |
|
Code source de phpMyAdmin 2.10.3 |
[Code source] [Imprimer] [Statistiques]
Set of functions for kanji-encoding convert (available only with japanese language) PHP4 configure requirements: --enable-mbstring --enable-mbstr-enc-trans --enable-mbregex
| Poids: | 149 lignes (4 kb) |
| Inclus ou requis: | 1 fois |
| Référencé: | 1 fois |
| Nécessite: | 0 fichiers |
| PMA_internal_enc_check() X-Ref |
| Gets the php internal encoding codes and sets the available encoding codes list 2002/1/4 by Y.Kawada return: boolean always true |
| PMA_change_enc_order() X-Ref |
| Reverses SJIS & EUC-JP position in the encoding codes list 2002/1/4 by Y.Kawada return: boolean always true |
| PMA_kanji_str_conv($str, $enc, $kana) X-Ref |
| Kanji string encoding convert 2002/1/4 by Y.Kawada param: string the string to convert param: string the destinasion encoding code param: string set 'kana' convert to JIS-X208-kana return: string the converted string |
| PMA_kanji_file_conv($file, $enc, $kana) X-Ref |
| Kanji file encoding convert 2002/1/4 by Y.Kawada param: string the name of the file to convert param: string the destinasion encoding code param: string set 'kana' convert to JIS-X208-kana return: string the name of the converted file |
| PMA_set_enc_form($spaces) X-Ref |
| Defines radio form fields to switch between encoding modes 2002/1/4 by Y.Kawada param: string spaces character to prepend the output with return: string xhtml code for the radio controls |
| Généré le : Mon Nov 26 15:18:20 2007 | par Balluche grâce à PHPXref 0.7 |
|