Changeset 23124 for branches/version-2_13-dev/data/class/SC_MobileEmoji.php
- Timestamp:
- 2013/08/24 23:33:52 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/SC_MobileEmoji.php
r22856 r23124 40 40 * @return string 出力 41 41 */ 42 static function handler($buffer)42 public static function handler($buffer) 43 43 { 44 44 $replace_callback = create_function('$matches', 'return SC_MobileEmoji_Ex::indexToCode($matches[1]);'); … … 50 50 * 絵文字番号を絵文字を表す Shift JIS の文字列に変換する。 51 51 * 52 * @param string $index 絵文字番号52 * @param string $index 絵文字番号 53 53 * @return string 絵文字を表す Shift JIS の文字列を返す。 54 54 */ 55 function indexToCode($index)55 public function indexToCode($index) 56 56 { 57 57 $carrier = SC_MobileUserAgent_Ex::getCarrier();
Note: See TracChangeset
for help on using the changeset viewer.
