Forum und email

apd_clunk

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

apd_clunk — Throw a warning and a callstack

설명

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

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

참고