APD Funzioni
PHP Manual

apd_croak

(PECL apd 0.2-0.4)

apd_croakThrow an error, a callstack and then exit

Descrizione

void apd_croak ( string $warning [, string $delimiter = "<BR />" ] )

Behaves like perl's Carp::croak. Throw an error, a callstack and then exit.

Elenco dei parametri

warning

The warning to throw.

delimiter

The delimiter. Default to <BR />.

Valori restituiti

Nessun valore viene restituito.

Esempi

Example #1 apd_croak() example

<?php
apd_croak
("Some Warning","<P>");
?>

Vedere anche:


APD Funzioni
PHP Manual