downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Exception::__clone> <Exception::getTraceAsString
[edit] Last updated: Fri, 24 Jun 2011

view this page in

Exception::__toString

(PHP 5 >= 5.1.0)

Exception::__toStringنمایش رشته استثنا

Description

public string Exception::__toString ( void )

نمایش استثنا string را بازمی‌گرداند.

Parameters

This function has no parameters.

Return Values

نمایش استثنا string باز می‌گرداند.

Examples

Example #1 نمونه Exception::__toString()

<?php
try {
    throw new 
Exception("Some error message");
} catch(
Exception $e) {
    echo 
$e;
}
?>

The above example will output something similar to:

exception 'Exception' with message 'Some error message' in /home/bjori/tmp/ex.php:3
Stack trace:
#0 {main}



add a note add a note User Contributed Notes Exception::__toString - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites