PHP Classes

File: test/85_get_exception_handler.php

Recommend this page to a friend!
  Classes of ASCOOS CMS   PHP Backwards Compatibility Library   test/85_get_exception_handler.php   Download  
File: test/85_get_exception_handler.php
Role: Example script
Content type: text/plain
Description: Returns the currently set exception handler, or null if is none set.
Class: PHP Backwards Compatibility Library
Functions of newer PHP versions for older versions
Author: By
Last change:
Date: 7 days ago
Size: 40 bytes
 

Contents

Class file image Download
<?php
echo get_exception_handler();
?>