Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
PHPCfg
Op
Expr
ArrayDimFetch
PHP Class PHPCfg\Op\Expr\ArrayDimFetch
Inheritance:
extends
PHPCfg\Op\Expr
ファイルを表示
Open project: ircmaxell/php-cfg
Public Properties
Property
Type
Description
$dim
$var
Public Methods
Method
Description
__construct
(
Operand
$var
,
Operand
$dim
= null,
array
$attributes
= [] )
getVariableNames
( )
Method Details
__construct()
public
method
public
__construct
(
Operand
$var
,
Operand
$dim
= null,
array
$attributes
= [] )
$var
PHPCfg\Operand
$dim
PHPCfg\Operand
$attributes
array
getVariableNames()
public
method
public
getVariableNames
( )
Property Details
$dim
public_oe property
public
$dim
$var
public_oe property
public
$var