Difference between revisions of "PHP/keyword/match"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< PHP
Jump to navigation Jump to search
(Created page with "{{fmt/title|match() control-structure|'''manual page''': [https://www.php.net/manual/en/control-structures.match.php match]}} {{l/php/keyword|match}}(){} is a control-structur...")
(No difference)

Revision as of 13:58, 25 August 2024

match() control-structure
manual page: match

match(){} is a control-structure often used in enum example-code; it is not specific to enums.