78
PHP: Gender\Gender - Manual
(www.php.net)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
If you click around a bit more in that documentation, you can see that that isn't an enumeration of genders, it's an interface for answering the question which gender any given name belongs to. (For example, "Andrea" is understood as exclusively feminine for German speakers, but it's a common male first name in Italy.)
why on earth would such a weirdly specific thing be an official extension? lol
Apparently, PHP has a low threshold for making something an "official" api
Thx, fixed