PHP Classes

File: test/85_get_error_handler.php

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

Contents

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