apd_clunk
(PECL apd 0.2-0.4)
apd_clunk — Throw a warning and a callstack
说明
apd_clunk (
string
$warning
[,
string $delimiter
= "<BR />" ] ) :
void
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/>");
?>