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

search for in the

apd_continue> <apd_callstack
Last updated: Fri, 29 Aug 2008

view this page in

apd_clunk

(No version information available, might be only in CVS)

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/>");
?>

参考



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, 29 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites