(PECL apd 0.2-0.4)
Throw a warning and a callstack
void apd_clunk ( string $warning [, string $delimiter = "<BR />" ] )
Behaves like perl's Carp::cluck. Throw a warning and a callstack.
Parameters:
warning
The warning to throw.
delimiter
The delimiter. Default to <BR />.
Returns:
No value is returned.
Examples:
apd_clunk() example
1 2 3 | <?php apd_clunk( "Some Warning" , "<br/>" ); ?> |
See also:
Please login to continue.