GlobalType
implements
Countable, ArrayAccess
Interfaces, Classes and Traits
- Countable
- ArrayAccess
Table of Contents
-
__construct()
: mixed
-
count()
: int
-
offsetExists()
: bool
-
offsetGet()
: resource
-
offsetSet()
: void
-
offsetUnset()
: void
__construct()
public
__construct([array<string|int, mixed>|int|null $sizeOrGlobaltypes = null ]) : mixed
Parameters
-
$sizeOrGlobaltypes
: array<string|int, mixed>|int|null
= null
-
Return values
mixed
—
count()
public
count() : int
Return values
int
—
offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
-
$offset
: mixed
-
Return values
bool
—
offsetGet()
public
offsetGet(mixed $offset) : resource
Parameters
-
$offset
: mixed
-
-
throws
-
OutOfBoundsException
Return values
resource
—
offsetSet()
public
offsetSet(mixed $offset, resource $value) : void
Parameters
-
$offset
: mixed
-
-
$value
: resource
-
-
throws
-
OutOfBoundsException
Return values
void
—
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
-
$offset
: mixed
-
-
throws
-
Exception
Return values
void
—