Basic PHP You can test the type of any variable with the ..... function. showtype() whattype() gettype() settype() showtype() whattype() gettype() settype() ANSWER DOWNLOAD EXAMIANS APP
Basic PHP Under what circumstance is it impossible to assign a default value to a parameter while declaring a function? When the function contains only one parameter When the parameter is being declared as passed by reference When the function is being declared as a member of a class When the parameter is Boolean Never When the function contains only one parameter When the parameter is being declared as passed by reference When the function is being declared as a member of a class When the parameter is Boolean Never ANSWER DOWNLOAD EXAMIANS APP
Basic PHP It is possible to create a hierarchy of namespaces in PHP. TRUE FALSE TRUE FALSE ANSWER DOWNLOAD EXAMIANS APP
Basic PHP When a simple data type is casted to an array, an array is created with the original value in the first element. True False True False ANSWER DOWNLOAD EXAMIANS APP
Basic PHP Some PHP code might not have a namespace and therefore lives in the . . . . . . namespace. Default Automatic Global PRE Default Automatic Global PRE ANSWER DOWNLOAD EXAMIANS APP
Basic PHP String values must be enclosed in ...... none of above double quotes single quotes both A and B none of above double quotes single quotes both A and B ANSWER DOWNLOAD EXAMIANS APP