Try/Catch

Di., 12/06/2012 - 13:59
Body

Wozu try/catch?

In PHP 5 gibt es try/catch wie auch in anderen Programmiersprachen. Es werden exceptions/fehler geworfen mit "throw new exception" und können später mit catch abgefangen werden. Beispiele siehe urls unten. http://php.net/manual/de/language.exceptions.php

Artikel

http://stackoverflow.com/questions/933081/try-catch-statements-in-php http://phptrycatch.blogspot.de/
Webdevelopment
Add new comment
The content of this field is kept private and will not be shown publicly.

Plain text

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <drupal-entity data-*>
  • Web page addresses and email addresses turn into links automatically.
  • Lines and paragraphs break automatically.