uopz_flagsGet or set flags on function or class Description
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 Parameters
Return ValuesIf setting, returns old flags, else returns flags ExamplesExample #1 uopz_flags example
<?php The above example will output something similar to: bool(false) bool(false) int(1234567890) bool(true) bool(true) |