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

View this page in Last updated: Sun, 29 Jun 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

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');
?>

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

Download Documentation Last updated: Sun, 29 Jun 2008
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.