Ignore:
Timestamp:
2007/07/20 15:58:59 (17 years ago)
Author:
nanasess
Message:

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
Location:
branches/feature-module-update
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update

    • Property svn:ignore set to
      .cache

      .settings

      .projectOptions
  • branches/feature-module-update/data/smarty_extends/modifier.numeric_emoji.php

    r12157 r15078  
    11<?php 
    22/** 
    3  * ¿ôÃͤò¿ô»ú³¨Ê¸»ú¤ËÊÑ´¹¤¹¤ë¡£ 
     3 * 数値を数字絵文字に変換する。 
    44 * 
    5  * ÆþÎϤ¬0¡Á9¤Ç¤Ï¤Ê¤¤¾ì¹ç¡¢¤Þ¤¿¤Ï¡¢·ÈÂÓüËö¤«¤é¤Î¥¢¥¯¥»¥¹¤Ç¤Ï¤Ê¤¤¾ì¹ç¤Ï¡¢ 
    6  * ÆþÎϤò [ ¤È ] ¤Ç°Ï¤ó¤Àʸ»úÎó¤òÊÖ¤¹¡£ 
     5 * 入力が0〜9ではない場合、または、携帯端末からのアクセスではない場合は、 
     6 * 入力を [ と ] で囲んだ文字列を返す。 
    77 * 
    8  * @param string $value ÆþÎÏ 
    9  * @return string ½ÐÎÏ 
     8 * @param string $value 入力 
     9 * @return string 出力 
    1010 */ 
    1111function smarty_modifier_numeric_emoji($value) { 
    12     // ¿ô»ú³¨Ê¸»ú (0¡Á9) ¤Î³¨Ê¸»úÈÖ¹æ 
     12    // 数字絵文字 (0〜9) の絵文字番号 
    1313    static $numeric_emoji_index = array('134', '125', '126', '127', '128', '129', '130', '131', '132', '133'); 
    1414 
Note: See TracChangeset for help on using the changeset viewer.