PHP is numeric()

Jmnote (토론 | 기여)님의 2017년 5월 21일 (일) 16:57 판

1 개요

PHP is_numeric()
// true
is_numeric(42); 
is_numeric("42");
is_numeric(3.14159);
is_numeric("1e5");

// false
is_numeric("A");

2 같이 보기

3 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}