uopz_redefine
(PECL uopz 1, PECL uopz 2, PECL uopz 5, PECL uopz 6, PECL uopz 7)
uopz_redefine — 定数を再定義
説明
指定された constant
を value
として再定義します。
パラメータ
class
-
定数を含むクラスの名前
constant
-
定数名
value
-
定数の新しい値。定数のバリアブルに対して有効な型にする必要があります。
例
例1 uopz_redefine() の例
<?php
define("MY", 100);
uopz_redefine("MY", 1000);
echo MY;
?>
上の例の出力は以下となります。
1000
+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