Exemple #1
0
 /// <summary>
 /// Converts underlaying value into <see cref="IPhpArray"/>.
 /// </summary>
 /// <returns>PHP array instance.</returns>
 /// <remarks>Used for L-Values accessed as arrays (<code>$lvalue[] = rvalue</code>).</remarks>
 public IPhpArray EnsureArray() => _type.EnsureArray(ref this);