Basic PHP If $a = 12 what will be returned when ($a == 12) ? 5 : 1 is executed? Error 12 1 5 Error 12 1 5 ANSWER DOWNLOAD EXAMIANS APP
Basic PHP Which of the conditional statements is/are supported by PHP?1. if statements2. if-else statements3. if-elseif statements4. switch statements All of the mentioned. 1, 2 and 4 2, 3 and 4 Only 1 All of the mentioned. 1, 2 and 4 2, 3 and 4 Only 1 ANSWER DOWNLOAD EXAMIANS APP
Basic PHP Which of the below namespace declaration is correct? namespace ORA: namespace 1_RA; namespace ORA_#; namespace ORA; namespace ORA: namespace 1_RA; namespace ORA_#; namespace ORA; ANSWER DOWNLOAD EXAMIANS APP
Basic PHP PHP considers the following values as False both A and B constant NULL the integer 0 the one-character string 0 All of Above both A and B constant NULL the integer 0 the one-character string 0 All of Above ANSWER DOWNLOAD EXAMIANS APP
Basic PHP PHP ..... demand that you declare a data type when you create a variable. does not does does not does ANSWER DOWNLOAD EXAMIANS APP
Basic PHP PHP files have a default file extension of_______. .html .php .ph .xml .html .php .ph .xml ANSWER DOWNLOAD EXAMIANS APP