Junior PHP Developer Question:
Tell me how is it possible to return a value from a function?

Answer:
A function returns a value using the instruction ‘return $value;’.
Previous Question | Next Question |
Tell me how is it possible to know the number of rows returned in result set? | Tell me how to initiate a session in PHP? |