함수 is null()

Jmnote (토론 | 기여)님의 2014년 5월 27일 (화) 17:49 판 (새 문서: category: Validation ==PHP== category: PHP <source lang='php'> is_null(NULL) // returns true </source> <source lang='php'> $foo = NULL; if(is_null($foo))echo "it's null"; //...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)


1 PHP

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

2 같이 보기

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