4月 22
4月 19
is_numeric, is_int, ctype_digitの使い分け
PHP Comments OffPHPで数字かどうかチェックしようと調べてみたら、
bool is_numeric ( mixed var )
bool is_int ( mixed var )
bool ctype_digit ( string text )
と似たような関数が3つも見つかった。
Read the rest of this entry »
PHPで数字かどうかチェックしようと調べてみたら、
bool is_numeric ( mixed var )
bool is_int ( mixed var )
bool ctype_digit ( string text )
と似たような関数が3つも見つかった。
Read the rest of this entry »
Recent Comments