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:15, 8 April 2023 by Woozle (talk | contribs) (Created page with "{{fmt/title|PHP enum support}} ==Methods== {| class="wikitable sortable" |- ! method || defined |- | public static [https://www.php.net/manual/en/unitenum.cases.php cases]():...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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

Interfaces