"함수 is null()"의 두 판 사이의 차이

잔글 (Jmnote 사용자가 Is null 문서를 함수 is null 문서로 옮겼습니다)
(차이 없음)

2014년 11월 25일 (화) 01:40 판


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