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