apd_clunk
(PECL apd 0.2-0.4)
apd_clunk — ایجاد یک warning و یک callstack
Description
void apd_clunk
( string $warning
[, string $delimiter
] )
همانند Carp::cluck در پرل عمل مینماید. ایجاد یک warning و یک callstack.
Parameters
- warning
-
warning ایجاد شده.
- delimiter
-
محدودکننده. پیشفرض <BR />.
Return Values
No value is returned.
Examples
Example #1 مثال apd_clunk()
<?php
apd_clunk("Some Warning", "<br/>");
?>
There are no user contributed notes for this page.
