codice:
$stringa='-ciao';
if(substr($stringa,0,1) == '-')
	echo 'NO';
else
	echo 'SI';