[ Web 관련 ]/php
변수 타입 확인하기
BIZLAB
2020. 7. 3. 18:53
php
gettype($value);
자바스크립트
typeof(value);