Wasmer PHP

ImportType implements Countable, ArrayAccess

Interfaces, Classes and Traits

Countable
ArrayAccess

Table of Contents

__construct()  : mixed
count()  : int
offsetExists()  : bool
offsetGet()  : resource
offsetSet()  : void
offsetUnset()  : void

Methods

__construct()

public __construct([array<string|int, mixed>|int|null $sizeOrImporttypes = null ]) : mixed
Parameters
$sizeOrImporttypes : array<string|int, mixed>|int|null = null
Return values
mixed

offsetExists()

public offsetExists(mixed $offset) : bool
Parameters
$offset : mixed
Return values
bool

offsetSet()

public offsetSet(mixed $offset, resource $value) : void
Parameters
$offset : mixed
$value : resource
Tags
throws
OutOfBoundsException
Return values
void

offsetUnset()

public offsetUnset(mixed $offset) : void
Parameters
$offset : mixed
Tags
throws
Exception
Return values
void

Search results