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


Exception::getMessage

(PHP 5 >= 5.1.0)

Exception::getMessageGets the Exception message

Описание

final public string Exception::getMessage ( void )

Returns the Exception message.

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

This function has no parameters.

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

Returns the Exception message as a string.

Примеры

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

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

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

Some error message






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