update : 2015.11.03
php.shukuma.com검색:
|
uopz_flags(PECL uopz >= 2.0.2) uopz_flags — Get or set flags on function or class 설명
int uopz_flags
( string
$class
, string $function
, int $flags
)
int uopz_flags
( string
$function
, int $flags
)Get or set the flags on a class or function entry at runtime 인수
반환값If setting, returns old flags, else returns flags 예제Example #1 uopz_flags() example
<?php 위 예제의 출력 예시: bool(false) bool(false) int(1234567890) bool(true) bool(true) |