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