渡した文字列の文字コードを変換し、
絵文字コードを各キャリアに携帯端末用の絵文字に変換し取得します。
[[Emo.type_out]]の文字列があった場合、は$type_out~で設定した文字列に置換されます。
引数は通常<html>~</html>まで全て渡して使います。
decode.php
<?php
require_once(dirname(__FILE__) . "/Emo-x.x.x/libs/Emo.php");
$Emo =& new Emo;
print $Emo->decode("ドコモ晴れ[[d-E63E]]を表示"); // 抽象絵文字コードから各キャリアの絵文字に変換出力
?>
対義メソッド
encode()
request()
get()
post()