Ignore:
Timestamp:
2013/08/24 23:33:52 (11 years ago)
Author:
kimoto
Message:

#2043 typo修正・ソース整形・ソースコメントの改善 for 2.13.0
PHP4的な書き方の修正

File:
1 edited

Legend:

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

    r22856 r23124  
    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.