Basic PHP Under what circumstance is it impossible to assign a default value to a parameter while declaring a function? When the function is being declared as a member of a class When the parameter is Boolean When the function contains only one parameter When the parameter is being declared as passed by reference Never When the function is being declared as a member of a class When the parameter is Boolean When the function contains only one parameter When the parameter is being declared as passed by reference Never ANSWER DOWNLOAD EXAMIANS APP
Basic PHP Variables always start with a ........ in PHP Yen-sign Pond-sign Euro-sign Dollar-sign Yen-sign Pond-sign Euro-sign Dollar-sign ANSWER DOWNLOAD EXAMIANS APP
Basic PHP Which of the following is not valid PHP code? $aVaR &$something ${“MyVar”} $10_somethings $_10 $aVaR &$something ${“MyVar”} $10_somethings $_10 ANSWER DOWNLOAD EXAMIANS APP
Basic PHP PHP runs on different platforms (Windows, Linux, Unix, etc.) True False True False ANSWER DOWNLOAD EXAMIANS APP