함수 is null()

Jmnote (토론 | 기여)님의 2014년 5월 27일 (화) 17:50 판 (→‎PHP)


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 }}