7 lines
67 B
PHP
7 lines
67 B
PHP
<?php
|
|
|
|
function creerpretre()
|
|
{
|
|
echo 'création du Prêtre';
|
|
}
|