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...")
 
 
Line 1: Line 1:
 
{{fmt/title|match() control-structure|'''manual page''': [https://www.php.net/manual/en/control-structures.match.php match]}}
 
{{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-structure often used in enum example-code; it is not specific to {{l/php|enum}}s.
+
{{l/php/keyword|match}}(){}; is a control-structure often used in enum example-code; it is not specific to {{l/php|enum}}s.

Latest revision as of 14:17, 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.