Query: apd_croak
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
APD_CROAK(3) 1 APD_CROAK(3) apd_croak - Throw an error, a callstack and then exitSYNOPSISvoid apd_croak (string $warning, [string $delimiter = "<BR />"])DESCRIPTIONBehaves like perl's Carp::croak. Throw an error, a callstack and then exit.PARAMETERSo $warning - The warning to throw. o $delimiter - The delimiter. Default to <BR />.RETURN VALUESNo value is returned.EXAMPLESExample #1 apd_croak(3) example <?php apd_croak("Some Warning","<P>"); ?>SEE ALSOapd_clunk(3). PHP Documentation Group APD_CROAK(3)