Posts by Johnny English Mastergodw • 1 point
1 post
- 
		0 votes1 answer344 viewsA: Number in full is not displayed correctly in case of unit and tenI made a function for that, see if it helps you. Follow: function num_ordem($num=1,$masc_fem='M') { if (strlen($num) == 3) { $unidade = substr($num,2,1); // criar um array(vetor) pra cada unidade… phpanswered Johnny English Mastergodw 1