Changeset 20203 for branches/version-2_5-dev/data/class/util/SC_Utils.php
- Timestamp:
- 2011/02/19 18:38:11 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/util/SC_Utils.php
r20133 r20203 671 671 } 672 672 673 /* DBに渡す数値のチェック674 * 10桁以上はオーバーフローエラーを起こすので。675 */676 function sfCheckNumLength( $value ){677 if ( ! is_numeric($value) ){678 return false;679 }680 681 if ( strlen($value) > 9 ) {682 return false;683 }684 685 return true;686 }687 688 673 // 一致した値のキー名を取得 689 674 function sfSearchKey($array, $word, $default) {
Note: See TracChangeset
for help on using the changeset viewer.
