previousTranslation2_Decorator_SpecialChars クラス概要 (Previous) (Next) Translation2 パッケージの定数next

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Translation2_Decorator_UTF8 クラス概要

Translation2_Decorator_UTF8 クラス概要 – UTF-8 文字列を ISO-8859-1 に変換するデコレータ

UTF-8 デコレータの例

このデコレータは、各文字列に対して utf8_decode() をコールします。

<?php
$tr 
= new Translation2($driver$dbinfo$params);
$tr =& $tr->getDecorator('UTF8');
?>

previousTranslation2_Decorator_SpecialChars クラス概要 (Previous) (Next) Translation2 パッケージの定数next

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.