apd_clunk

(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
<?php
apd_clunk("Some Warning", "<br/>");
?>

See also:

apd_croak() -

doc_php
2016-02-24 15:53:44
Comments
Leave a Comment

Please login to continue.