public PhpArray AsArray() => _type.AsArray(ref this); // TODO: return IPhpArrayOperators
/// <summary> /// <c>as</c> operator returning underlaying <see cref="PhpArray"/> or <c>null</c> reference. /// </summary> /// <returns>Instance of underlaying <see cref="PhpArray"/> or <c>null</c> if underlaying object is not PHP array.</returns> public PhpArray AsArray() => _type.AsArray(ref this);