PHP/native/UnitEnum

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< PHP
Revision as of 20:02, 23 August 2024 by Woozle (talk | contribs) (Created page with "{{fmt/title|UnitEnum interface}} * '''manual page''': [https://www.php.net/manual/en/class.unitenum.php The UnitEnum interface] ==Definition== <syntaxhighlight lang=php> inter...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
UnitEnum interface

Definition

interface UnitEnum {
  static cases(): array
  string $name; // unofficial
}