PHP - Error and Exception Handling
Which block always runs regardless of whether an exception is thrown or not?
Which block always runs regardless of whether an exception is thrown or not?
finally blockfinally block is designed to run after try and catch, no matter what happens.finally block always executes.finally block always runs. -> Option Bfinally runs always [OK]finally block always executes after try-catch [OK]catch runs without exceptiontry block runs after exceptionfinally block existence15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions