Mask implements ArrayAccess
Table of Contents
Interfaces
- ArrayAccess
Methods
- __construct() : mixed
- Mask constructor.
- createSharpen() : static
- getValue() : array<string|int, mixed>
- getVector() : array<string|int, mixed>
- offsetExists() : bool
- offsetGet() : mixed
- offsetSet() : void
- offsetUnset() : void
Methods
__construct()
Mask constructor.
public
__construct([array<string|int, mixed>|null $mask = null ]) : mixed
Parameters
- $mask : array<string|int, mixed>|null = null
createSharpen()
public
static createSharpen(int $precision) : static
Parameters
- $precision : int
Return values
staticgetValue()
public
getValue() : array<string|int, mixed>
Return values
array<string|int, mixed>getVector()
public
getVector() : array<string|int, mixed>
Return values
array<string|int, mixed>offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
- $offset : mixed
Return values
booloffsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
- $offset : mixed
Attributes
- #[ReturnTypeWillChange]
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
- $offset : mixed
- $value : mixed
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
- $offset : mixed