Table of Contents
Methods
-
__serialize()
: array<string|int, mixed>
-
__sleep()
: array<string|int, mixed>
-
__unserialize()
: void
-
__wakeup()
: void
-
end()
: mixed
-
get()
: mixed
-
get_checkpoint()
: mixed
-
get_max()
: mixed
-
get_time()
: mixed
-
get_total()
: mixed
-
reset()
: mixed
-
reset_checkpoint()
: mixed
-
start()
: mixed
-
stop()
: mixed
__serialize()
public
__serialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
__sleep()
public
__sleep() : array<string|int, mixed>
Return values
array<string|int, mixed>
__unserialize()
public
__unserialize(array<string|int, mixed> $serialized) : void
Parameters
-
$serialized
: array<string|int, mixed>
-
__wakeup()
public
__wakeup() : void
end()
public
end() : mixed
get()
public
static get(mixed $name) : mixed
Parameters
-
$name
: mixed
-
get_checkpoint()
public
get_checkpoint() : mixed
get_max()
public
get_max() : mixed
get_time()
public
get_time() : mixed
get_total()
public
get_total() : mixed
reset()
public
static reset(mixed $name) : mixed
Parameters
-
$name
: mixed
-
reset_checkpoint()
public
reset_checkpoint() : mixed
start()
public
start() : mixed
stop()
public
stop() : mixed