PHP Class ExceptionalRemote

Show file Open project: ankane/exceptional-php Class Usage Examples

Public Methods

Method Description
call_remote ( $path, $post_data ) * Sends a POST request
send_exception ( $exception ) * Does the actual sending of an exception

Method Details

call_remote() static public method

* Sends a POST request
static public call_remote ( $path, $post_data )

send_exception() static public method

* Does the actual sending of an exception
static public send_exception ( $exception )