more php nesting intended?

dadada

New member
ok the case is

aClassReference::aStaticFunction(param)//works fine
//aStaticFunction(param) retunrns as array
aClassReference::aStaticFunction(param)[index]//improve this because of sytex error
i can do this by putting the value in a var i mean the array i just want to ask for index
 
Back
Top