©
This document uses PHP Chinese website manual Release
(PECL apd 0.2-0.4)
apd_clunk — Throw a warning and a callstack
$warning
[, string $delimiter
= "<BR />"
] )Behaves like perl's Carp::cluck. Throw a warning and a callstack.
warning
The warning to throw.
delimiter
The delimiter. Default to <BR />.
没有返回值。
Example #1 apd_clunk() example
<?php
apd_clunk ( "Some Warning" , "<br/>" );
?>