Новости | Документация | Download | Webboard | FAQ | Поиск | Контакты


Exception::getTraceAsString

(PHP 5 >= 5.1.0)

Exception::getTraceAsStringGets the stack trace as a string

Описание

final public string Exception::getTraceAsString ( void )

Returns the Exception stack trace as a string.

Список параметров

This function has no parameters.

Возвращаемые значения

Returns the Exception stack trace as a string.

Примеры

Пример #1 Exception::getTraceAsString() example

<?php
function test() {
    throw new 
Exception;
}

try {
    
test();
} catch(
Exception $e) {
    echo 
$e->getTraceAsString();
}
?>

Результатом выполнения данного примера будет что-то подобное:

#0 /home/bjori/tmp/ex.php(7): test()
#1 {main}






  Copyright Apache.ru © 1999-2017, All Rights Reserved Разработка сайта: Inside.ru  
  РЕКЛАМА НА САЙТЕ: |