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