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

IPhpArray() private method

Removes a value matching given key. In case the value is not found, the method does nothing.
private IPhpArray ( IntStringKey key ) : void
key IntStringKey
return void
        void IPhpArray.RemoveKey(IntStringKey key) { 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, PhpAlias alias ) : void
PhpString::IPhpArray ( IntStringKey key, PhpValue value ) : void
PhpString::IPhpArray ( PhpValue value ) : void