PHP/enum
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< PHP
|
PHP enum support
|
{{#set: page title=PHP enum support }}
Methods
| method | defined |
|---|---|
| public static cases(): array | UnitEnum |
| public static tryFrom(int or string $value): ?static | BackedEnum |
| public static from(int or string $value): static | BackedEnum |
Documentation
- Enumerations:
UnitEnumBackedEnum
