Changeset 9857 for temp/trunk/html
- Timestamp:
- 2006/11/30 15:38:54 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/kakinaka/tax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/kakinaka/tax.php
r9849 r9857 4 4 5 5 6 $tax = sfRound(5.4445,3); 6 echo "»Í¼Î¸ÞÆþ¡§" . sfRound(5.4445,3); 7 echo "ÀÚ¤ê¼Î¤Æ¡§" . sfFloor(5.4445,3); 8 echo "ÀÚ¤ê¾å¤²¡§" . sfCeil(5.4445,3); 7 9 8 sfprintr($tax);9 10 10 11 ?>
Note: See TracChangeset
for help on using the changeset viewer.
