(PECL apd 0.2-0.4)
apd_clunk — Throw a warning and a callstack
Behaves like perl's Carp::cluck. Throw a warning and a callstack.
The warning to throw.
The delimiter. Default to <BR />.
값을 반환하지 않습니다.
Example #1 apd_clunk() example
<?php
apd_clunk("Some Warning", "<br/>");
?>