PHP/keyword/match: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
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 edit summary
 
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

{{#set: page title=match() control-structure }}

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