Pchp.Core.PhpString.IPhpArray C# (CSharp) Method

IPhpArray() private method

Ensures the item at given index is array.
private IPhpArray ( IntStringKey key ) : IPhpArray
key IntStringKey
return IPhpArray
        IPhpArray IPhpArray.EnsureItemArray(IntStringKey key) { throw new NotSupportedException(); }

Same methods

PhpString::IPhpArray ( IntStringKey key ) : PhpAlias
PhpString::IPhpArray ( IntStringKey key ) : PhpValue
PhpString::IPhpArray ( IntStringKey key ) : object
PhpString::IPhpArray ( IntStringKey key ) : void
PhpString::IPhpArray ( IntStringKey key, PhpAlias alias ) : void
PhpString::IPhpArray ( IntStringKey key, PhpValue value ) : void
PhpString::IPhpArray ( PhpValue value ) : void