Ignore:
Timestamp:
2013/08/26 15:52:37 (11 years ago)
Author:
m_uehara
Message:

#2348 r23116 - r23125 をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/SC_MobileEmoji.php

    r22856 r23126  
    4040     * @return string 出力 
    4141     */ 
    42     static function handler($buffer) 
     42    public static function handler($buffer) 
    4343    { 
    4444        $replace_callback = create_function('$matches', 'return SC_MobileEmoji_Ex::indexToCode($matches[1]);'); 
     
    5050     * 絵文字番号を絵文字を表す Shift JIS の文字列に変換する。 
    5151     * 
    52      * @param string $index 絵文字番号 
     52     * @param  string $index 絵文字番号 
    5353     * @return string 絵文字を表す Shift JIS の文字列を返す。 
    5454     */ 
    55     function indexToCode($index) 
     55    public function indexToCode($index) 
    5656    { 
    5757        $carrier = SC_MobileUserAgent_Ex::getCarrier(); 
Note: See TracChangeset for help on using the changeset viewer.