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

Class: Emo_Code_SoftBank

Source Location: /Emo/Code/SoftBank.php

Class Overview

Emo_Code_Core
   |
   --Emo_Code_Data_SoftBank
      |
      --Emo_Code_SoftBank

SoftBank絵文字コードクラス


Methods


Inherited Methods

Class: Emo_Code_Data_SoftBank

Emo_Code_Data_SoftBank::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]
SoftBank絵文字コードクラス



[ Top ]


Class Methods


method getDec [line 81]

string getDec( string $code)

絵文字10進コード取得



Tags:

return:  絵文字10進コード 例)
access:  public


Parameters:

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

[ Top ]

method getH [line 111]

string getH( string $code)

絵文字ウェブコードヘッダ取得



Tags:

return:  絵文字ウェブコードヘッダ 例)G
access:  public


Parameters:

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

[ Top ]

method getHex [line 96]

string getHex( string $code)

絵文字16進コード取得



Tags:

return:  絵文字10進コード 例)
access:  public


Parameters:

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

[ Top ]

method getWeb [line 66]

string getWeb( string $code)

絵文字webコード取得



Tags:

return:  絵文字ウェブコード 例)$G!
access:  public


Parameters:

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

[ Top ]

method toKey [line 45]

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

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



Tags:

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


Parameters:

string   $mcode   モバイルコード 例)$G!
string   $type   文字コード

[ Top ]

method toMcode [line 24]

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

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



Tags:

return:  モバイルコード 例)$G!
access:  public


Parameters:

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

[ Top ]


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