default
[ class tree: default ] [ index: default ] [ all elements ]

Class: Emo_Code_EZweb

Source Location: /Emo/Code/EZweb.php

Class Overview

Emo_Code_Core
   |
   --Emo_Code_Data_EZweb
      |
      --Emo_Code_EZweb

EZweb絵文字コードクラス


Methods


Inherited Methods

Class: Emo_Code_Data_EZweb

Emo_Code_Data_EZweb::getAll()
全コード集取得

Class: Emo_Code_Core

Emo_Code_Core::getName()
絵文字名取得
Emo_Code_Core::getNo()
絵文字番号取得
Emo_Code_Core::getRecode()
コードから1レコード取得
Emo_Code_Core::getSJIS()
絵文字sjis取得
Emo_Code_Core::getUTF8()
絵文字utf-8取得
Emo_Code_Core::isCode()
正しい絵文字コードかどうか判定

Class Details

[line 9]
EZweb絵文字コードクラス



[ Top ]


Class Methods


method getMJIS [line 82]

string getMJIS( string $code)

絵文字メール用jis取得



Tags:

return:  絵文字メール用jis 例)753A
access:  public


Parameters:

string   $code   絵文字コード 例)E481

[ Top ]

method getMSJIS [line 97]

string getMSJIS( string $code)

絵文字メール用sjis取得



Tags:

return:  絵文字メール用sjis 例)EB59
access:  public


Parameters:

string   $code   絵文字コード 例)E481

[ Top ]

method getUni2 [line 67]

string getUni2( string $code)

utf-8のページから絵文字をPOSTした場合のコード



Tags:

return:  絵文字utf-8 例)EF59
link:  http://mobilehacker.g.hatena.ne.jp/tomi-ru/20071112/1194857099
access:  public


Parameters:

string   $code   絵文字コード 例)E481

[ Top ]

method toKey [line 45]

string toKey( string $mcode, [string $type = "sjis"])

モバイル端末表示文字列からキーに変換



Tags:

return:  絵文字コード 例)E481
access:  public


Parameters:

string   $mcode   モバイルコード 例)pack("H*", "F659")
string   $type   文字コード

[ Top ]

method toMcode [line 24]

string toMcode( string $code, [string $type = "tag"])

モバイル端末表示文字列に変換



Tags:

return:  モバイルコード 例)<img localsrc="1">
access:  public


Parameters:

string   $code   絵文字コード 例)E481
string   $type   文字コード

[ Top ]


Documentation generated on Fri, 27 Mar 2009 16:58:27 +0900 by phpDocumentor 1.4.2