Internee PHP Developer Question:
Do you know what does the expression Exception::__toString means?
Answer:
Exception::__toString gives the String representation of the exception.
Previous Question | Next Question |
Tell us is it possible to protect special characters in a query string? | Please explain what does $_COOKIE means? |