Basic PHP PHP considers the following values as False both A and B the integer 0 the one-character string 0 constant NULL All of Above both A and B the integer 0 the one-character string 0 constant NULL All of Above ANSWER DOWNLOAD EXAMIANS APP
Basic PHP Variables always start with a ........ in PHP Yen-sign Euro-sign Dollar-sign Pond-sign Yen-sign Euro-sign Dollar-sign Pond-sign ANSWER DOWNLOAD EXAMIANS APP
Basic PHP Which of the following is not valid PHP code? $_10 $aVaR $10_somethings &$something ${“MyVar”} $_10 $aVaR $10_somethings &$something ${“MyVar”} ANSWER DOWNLOAD EXAMIANS APP
Basic PHP Who is the father of PHP? Rasmus Lerdorf Willam Makepiece Drek Kolkevi List Barely Rasmus Lerdorf Willam Makepiece Drek Kolkevi List Barely ANSWER DOWNLOAD EXAMIANS APP
Basic PHP Within a namespace, for accessing the built-in PHP classes you can prefix the class name with a . . . . . and let PHP look in the global class list. asterix percent backslash ampersand asterix percent backslash ampersand ANSWER DOWNLOAD EXAMIANS APP