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

Class: Emo_Code_Core

Source Location: /Emo/Code/Core.php

Class Overview


絵文字コードコアクラス


Methods


Child classes:

Emo_Code_Data_docomo
docomo文字コードデータクラス
Emo_Code_Data_EZweb
EZweb文字コードデータクラス
Emo_Code_Data_SoftBank
SoftBank文字コードデータクラス

Class Details

[line 8]
絵文字コードコアクラス



[ Top ]


Class Methods


method getName [line 42]

string getName( string $code)

絵文字名取得



Tags:

return:  絵文字名 例)晴れ
access:  public


Parameters:

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

[ Top ]

method getNo [line 57]

string getNo( string $code)

絵文字番号取得



Tags:

return:  絵文字番号 例)1
access:  public


Parameters:

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

[ Top ]

method getRecode [line 22]

array getRecode( string $code)

コードから1レコード取得



Tags:

return:  絵文字レコード
access:  public


Parameters:

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

[ Top ]

method getSJIS [line 72]

string getSJIS( string $code)

絵文字sjis取得



Tags:

return:  絵文字sjis 例)F89F
access:  public


Parameters:

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

[ Top ]

method getUTF8 [line 87]

string getUTF8( string $code)

絵文字utf-8取得



Tags:

return:  絵文字utf-8 例)EE98BE
access:  public


Parameters:

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

[ Top ]

method isCode [line 102]

boolean isCode( string $code)

正しい絵文字コードかどうか判定



Tags:

return:  例)0, 1
access:  public


Parameters:

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

[ Top ]


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