[学習メモ][PHP] 例外処理

PHPで try catch を使うには

ほぼVB.NETと同じ構文
try {
 処理
} catch (Exception $e) {
 例外処理
} finally {
 finally処理
}

finallyはPHP5.5以降?

0 件のコメント:

その他の記事