PHP/enum

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< PHP
Revision as of 19:27, 8 April 2023 by Woozle (talk | contribs)
Jump to navigation Jump to search
PHP enum support

Methods

definition defined in
public static cases(): array UnitEnum
public static tryFrom(int or string $value): ?static BackedEnum
public static from(int or string $value): static BackedEnum
public string $name UnitEnum
public int or string $value BackedEnum

Documentation

Sample Code

To get a UnitEnum enum from a case name (equivalent to from()/tryFrom()):

  • constant("<enum name>::{$value}")