Changeset 9857 for temp/trunk/html


Ignore:
Timestamp:
2006/11/30 15:38:54 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/test/kakinaka/tax.php

    r9849 r9857  
    44 
    55 
    6 $tax = sfRound(5.4445,3); 
     6echo "»Í¼Î¸ÞÆþ¡§" . sfRound(5.4445,3); 
     7echo "ÀÚ¤ê¼Î¤Æ¡§" . sfFloor(5.4445,3); 
     8echo "ÀÚ¤ê¾å¤²¡§" . sfCeil(5.4445,3); 
    79 
    8 sfprintr($tax); 
    910 
    1011?> 
Note: See TracChangeset for help on using the changeset viewer.