function:is_null ( varname );return type:booleancontent:ใช้ตรวจสอบว่า ตัวแปรนั้น เป็น null ใช่หรือไม่example:if ( is_null ( "bamboolabcode" ) ) { echo "var type null"; }