TypedValueParser
Less than 1 minute
TypedValueParser
Helpers for converting token sequences into typed PHP values.
trait TypedValueParserMethods
getTypedValue
Parses the token at the current pointer into a native PHP value.
protected getTypedValue(array $tokens, bool $prevAfter = true): mixedParameters
| Parameter | Type | Description |
|---|---|---|
$tokens | array | token stream to parse |
$prevAfter | bool | whether to rewind one token after reading terminal values |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:25 +0000