Explain Inside a php function, what param needs to be set in order to access a global variable?

Submitted by: Muhammad
function function_name(){
global $the_global_var;
}
Submitted by: Muhammad

Read Online User Interface Expert Job Interview Questions And Answers