Home / Questions / Other PHP variable का exact type check करने के लिए क्या उपयोगी है? की PHP best practice क्या है? Other 0 Views Verified PHP variable का exact type check करने के लिए क्या उपयोगी है? की PHP best practice क्या है? सही विकल्प चुनें और code/solution को समझें। #php #core php #php programming #php tutorial #php error #php solution #backend #developer Sarkari Result QA Bank Editorially reviewed exam information Share
Verified Correct Answer is_int($value) is_int($value) Additional Explanation is_* functions common type checks देते हैं।
Verified type_is($value,'int') type_is($value,'int') Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified integer_only($value) integer_only($value) Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified check_integer($value) check_integer($value) Additional Explanation यह विकल्प सही Core PHP solution नहीं है।