<?php
$options = array('sans-valeur',
                            'avec-valeur:',
			    'valeur-optionnelle::');
var_dump(getOpt('', $options));
?>
