uopz_undefine
(PECL uopz 1, PECL uopz 2, PECL uopz 5, PECL uopz 6, PECL uopz 7)
uopz_undefine — 定数を未定義化
説明
実行時に定数を除去します。
パラメータ
class
-
constant
を含むクラスの名前 constant
-
既存の定数名
例
例1 uopz_undefine() の例
<?php
define("MY", true);
uopz_undefine("MY");
var_dump(defined("MY"));
?>
上の例の出力は以下となります。
bool(false)
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google