update : 2015.11.03
php.shukuma.com검색:
|
uopz_undefine(PECL uopz >= 1.0.0) uopz_undefine — Undefine a constant 설명
void uopz_undefine
( string
$class
, string $constant
)
void uopz_undefine
( string
$constant
)Removes the constant at runtime 인수
반환값
예제Example #1 uopz_undefine() example
<?php 위 예제의 출력 예시: bool(false) |