Tuesday, 4 September 2012

Variable scope on which a variable does not loose its value when the function exists and use that value if the function is called again is: | PHP

A.  Local
B.  function parameter
C.  static
D.  None of above

Ans: C

No comments: