apd_clunk

(PECL apd 0.2-0.4)

apd_clunkThrow a warning and a callstack

설명

void apd_clunk ( string $warning [, string $delimiter = "<BR />" ] )

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

참고

  • apd_croak() - Throw an error, a callstack and then exit

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top