- Timestamp:
- 2006/11/29 21:20:12 (20 years ago)
- Location:
- temp/trunk/data
- Files:
-
- 2 edited
-
Smarty/templates/admin/products/index.tpl (modified) (previous)
-
lib/slib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r9438 r9526 1105 1105 } 1106 1106 return $ret; 1107 } 1108 1109 // ·å¿ô¤ò»ØÄꤷ¤Æ»Í¼Î¸ÞÆþ 1110 function sfRound($value, $digit = 0){ 1111 1112 if(is_int($digit)){ 1113 $value = $value * 10 * $digit; 1114 } 1115 $ret = round($value); 1116 return $ret 1117 1118 } 1119 1120 // ·å¿ô¤ò»ØÄꤷ¤ÆÀÚ¤ê¼Î¤Æ 1121 function sfFloor($value, $digit){ 1122 1123 } 1124 1125 // ·å¿ô¤ò»ØÄꤷ¤ÆÀÚ¤ê¾å¤² 1126 function sfCeil($value, $digit){ 1127 1107 1128 } 1108 1129
Note: See TracChangeset
for help on using the changeset viewer.
