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.

percent
ampersand
backslash
asterix

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 parameter is being declared as passed by reference
When the parameter is Boolean
When the function contains only one parameter
When the function is being declared as a member of a class
Never

ANSWER DOWNLOAD EXAMIANS APP