php try ... else

Viewed 20201

Is there something similar in PHP to the try ... else in Python?

I need to know if the try block executed correctly as when the block executed correctly, a message will be printed.

6 Answers
Related