함수 is null()

Jmnote (토론 | 기여)님의 2015년 4월 12일 (일) 15:42 판 (Jmnote 사용자가 함수 is null 문서를 함수 is null() 문서로 옮겼습니다)


1 PHP

is_null(NULL);
// true
$foo = NULL;
if(is_null($foo))echo "it's null";
// it's null

2 같이 보기

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