php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
DimensionHandlersNoArrayAccess Class Reference

Data Fields

bool $read = false
 
bool $write = false
 
bool $has = false
 
bool $unset = false
 
int $readType
 
bool $hasOffset = false
 
int $checkEmpty
 
mixed $offset
 

Detailed Description

Definition at line 26 of file object_handlers.stub.php.

Field Documentation

◆ $checkEmpty

int DimensionHandlersNoArrayAccess::$checkEmpty

Definition at line 33 of file object_handlers.stub.php.

◆ $has

bool DimensionHandlersNoArrayAccess::$has = false

Definition at line 29 of file object_handlers.stub.php.

◆ $hasOffset

bool DimensionHandlersNoArrayAccess::$hasOffset = false

Definition at line 32 of file object_handlers.stub.php.

◆ $offset

mixed DimensionHandlersNoArrayAccess::$offset

Definition at line 34 of file object_handlers.stub.php.

◆ $read

bool DimensionHandlersNoArrayAccess::$read = false

Definition at line 27 of file object_handlers.stub.php.

◆ $readType

int DimensionHandlersNoArrayAccess::$readType

Definition at line 31 of file object_handlers.stub.php.

◆ $unset

bool DimensionHandlersNoArrayAccess::$unset = false

Definition at line 30 of file object_handlers.stub.php.

◆ $write

bool DimensionHandlersNoArrayAccess::$write = false

Definition at line 28 of file object_handlers.stub.php.


The documentation for this class was generated from the following file: