apd_clunk (string warning [, string delimiter])
apd_clunk
Behaves like perl's Carp::cluck. Throw a warning and a callstack. The default line delimiter is "<BR />\n".
Example 1. apd_clunk() example
<?php apd_clunk("Some Warning","<P>"); ?>