is_bool - 변수가 부울인지 여부를 찾습니다.
is_bool - 변수가 부울인지 여부를 찾습니다.
설명 ¶
bool is_bool ( 혼합 $var )
주어진 변수가 부울인지 여부를 찾습니다.
매개 변수 ¶
var
평가되는 변수.
반환 값 ¶
반환 TRUE하는 경우 varA는 부울 , FALSE그렇지.
예 ¶
Example # 1 is_bool () 예제
<?php
$a = false;
$b = 0;
// Since $a is a boolean, it will return true
if (is_bool($a) === true) {
echo "Yes, this is a boolean";
}
// Since $b is not a boolean, it will return false
if (is_bool($b) === false) {
echo "No, this is not a boolean";
}
?>
게시판 목록
개발자팁
개발과 관련된 유용한 정보를 공유하세요.
질문은 QA에서 해주시기 바랍니다.
질문은 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 4736 | jQuery | 8년 전 | 1559 | ||
| 4735 | jQuery | 8년 전 | 1747 | ||
| 4734 | jQuery | 8년 전 | 1737 | ||
| 4733 | jQuery | 8년 전 | 2032 | ||
| 4732 | jQuery | 8년 전 | 1955 | ||
| 4731 | jQuery | 8년 전 | 1459 | ||
| 4730 | jQuery | 8년 전 | 1917 | ||
| 4729 | PHP |
|
8년 전 | 6898 | |
| 4728 | jQuery | 8년 전 | 2562 | ||
| 4727 | jQuery | 8년 전 | 1610 | ||
| 4726 | jQuery | 8년 전 | 1689 | ||
| 4725 | jQuery | 8년 전 | 1834 | ||
| 4724 | jQuery | 8년 전 | 1310 | ||
| 4723 | jQuery | 8년 전 | 1862 | ||
| 4722 | jQuery | 8년 전 | 1625 | ||
| 4721 | jQuery | 8년 전 | 1917 | ||
| 4720 | jQuery | 8년 전 | 1974 | ||
| 4719 | jQuery | 8년 전 | 1601 | ||
| 4718 | jQuery | 8년 전 | 1607 | ||
| 4717 | jQuery | 8년 전 | 1558 | ||
| 4716 | jQuery | 8년 전 | 1236 | ||
| 4715 | jQuery | 8년 전 | 1394 | ||
| 4714 | jQuery | 8년 전 | 1415 | ||
| 4713 | jQuery | 8년 전 | 1333 | ||
| 4712 | jQuery | 8년 전 | 2226 | ||
| 4711 | jQuery | 8년 전 | 1711 | ||
| 4710 | PHP |
|
8년 전 | 3747 | |
| 4709 | jQuery | 8년 전 | 1629 | ||
| 4708 | jQuery | 8년 전 | 1909 | ||
| 4707 | jQuery | 8년 전 | 1760 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기