pegar um valor de uma string php code example
Example: pegar porcentagem de um valor php
function porcentagem_nx ( $parcial, $total ) {
return ( $parcial * 100 ) / $total;
}
function porcentagem_nx ( $parcial, $total ) {
return ( $parcial * 100 ) / $total;
}