ColumnName
FinalYes
Methods
- of() : string
- An int-keyed row is a positional record, not a named one, so position N becomes "eNN". A plain (string) cast cannot express this: PHP coerces a numeric string array key straight back to int.
Methods
of()
An int-keyed row is a positional record, not a named one, so position N becomes "eNN". A plain (string) cast cannot express this: PHP coerces a numeric string array key straight back to int.
public
of(int|string $key) : string
A string key is returned as-is - aliasing '' onto e00 would silently merge it with position 0.
Parameters
- $key : int|string