update page now

Exception::getMessage

(PHP 5, PHP 7, PHP 8)

Exception::getMessageRecupera il messaggio di Exception

Descrizione

final public Exception::getMessage(): string

Restituisce il messaggio di Exception.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Restituisce il messaggio di Exception sotto forma di stringa.

Esempi

Example #1 Esempio di Exception::getMessage()

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

Il precedente esempio visualizzerà qualcosa simile a:

Some error message

Vedere anche:

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant