Junior PHP Developer Question:
Explain what does the expression Exception::__toString means?
Answer:
Exception::__toString gives the String representation of the exception.
Previous Question | Next Question |
Tell me what does $_ENV means? | Do you know is it possible to extend the execution time of a php script? |