Answers

Question and Answer:

  Home  UI Developer

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

function function_name(){

global $the_global_var;

}

 159 views

More Questions for you: