6 lines
99 B
PHP
6 lines
99 B
PHP
<?php
|
|
function getprenomnainfem()
|
|
{
|
|
return db_get_one_random_partial_value("prenomnainfem");
|
|
}
|