Table of Contents
Properties
-
$createdBy
: int
-
$resource
: Resource
Methods
-
__construct()
: mixed
-
getCopies()
: int|null
-
mapFromArray()
: self
-
run()
: Result
-
runInBackground()
: bool
-
runWithDelay()
: bool
-
toArray()
: array<string|int, mixed>
$createdBy
read-only
public
int
$createdBy
$resource
read-only
public
Resource
$resource
__construct()
public
__construct(int $createdBy, Resource $resource[, int|null $copies = null ]) : mixed
Parameters
-
$createdBy
: int
-
-
$resource
: Resource
-
-
$copies
: int|null
= null
-
getCopies()
public
getCopies() : int|null
mapFromArray()
public
static mapFromArray(array<string|int, mixed> $props) : self
Parameters
-
$props
: array<string|int, mixed>
-
run()
public
run() : Result
runInBackground()
public
runInBackground() : bool
runWithDelay()
public
runWithDelay(int $milliseconds) : bool
Parameters
-
$milliseconds
: int
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>