php try … else

后端 未结 6 1558
余生分开走
余生分开走 2021-01-07 18:50

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

6条回答
  •  渐次进展
    2021-01-07 19:18

    Not familiar with python but it sounds like you're after Try Catch blocks used with exceptions...

    http://php.net/manual/en/language.exceptions.php

提交回复
热议问题