uopz_flagsGet or set flags on function or class Beschreibung
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 Parameter-Liste
RückgabewerteIf setting, returns old flags, else returns flags BeispieleBeispiel #1 uopz_flags example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: bool(false) bool(false) int(1234567890) bool(true) bool(true) |