Files
php/misc/functions.php
2022-04-07 14:54:21 +02:00

6 lines
86 B
PHP

<?php
$nem = [['N', 'Nő'],
['F', 'Férfi']];
print_r($nem);
?>