(no version information, might be only in CVS)
Behaves like perl's Carp::croak. Throw an error, a callstack and then exit.
warning
The warning to throw.
delimiter
The delimiter. Default to <BR />.
Es wird kein Wert zurückgegeben.
Beispiel 1. apd_croak() example
<?phpapd_croak("Some Warning","<P>");?>