Structs§
- Array
- Represents a standard PHP array, defined using square brackets
[]. - Array
Access - Array
Append - KeyValue
Array Element - Represents a key-value pair in an array.
- Legacy
Array - Represents a legacy PHP array, defined using
arraykeyword and parentheses(). - List
- Represents a PHP list, defined using
listkeyword and parentheses(). - Missing
Array Element - Represents a missing array element.
- Value
Array Element - Represents a value in an array.
- Variadic
Array Element - Represents a variadic array element.
Enums§
- Array
Element - Represents an array element.