downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

apd_continue> <apd_callstack
Last updated: Fri, 13 Nov 2009

view this page in

apd_clunk

(PECL apd 0.2-0.4)

apd_clunk警告とコールスタックをスローする

説明

void apd_clunk ( string $warning [, string $delimiter ] )

perl の Carp::cluck と同じように動作します。警告とコールバックをスローします。 デフォルトの行区切り文字は "<BR />\n" です。

パラメータ

warning

スローする警告。

delimiter

区切り文字。デフォルトは <BR />

返り値

値を返しません。

例1 apd_clunk() の例

<?php
apd_clunk
("Some Warning""<br/>");
?>

参考

  • apd_croak() - エラーとコールスタックをスローし、終了する



add a note add a note User Contributed Notes
apd_clunk
There are no user contributed notes for this page.

apd_continue> <apd_callstack
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites