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

IPhpArray() private method

Add a value to the end of array. Value can be an alias.
private IPhpArray ( PhpValue value ) : void
value PhpValue
return void
        void IPhpArray.AddValue(PhpValue value) { throw new NotSupportedException(); }

Same methods

PhpString::IPhpArray ( IntStringKey key ) : IPhpArray
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