“php se negativo então 0” Respostas de código

PHP se negativo torna positivo

<?php
echo(abs(6.7) . "<br>");
echo(abs(-6.7) . "<br>");
echo(abs(-3) . "<br>");
echo(abs(3));
?>
Courageous Cod

php se negativo então 0

$value = -9;
echo max($value, 0); // Outputs '0'
Shannon Whitty

Respostas semelhantes a “php se negativo então 0”

Perguntas semelhantes a “php se negativo então 0”

Mais respostas relacionadas para “php se negativo então 0” em PHP

Procure respostas de código populares por idioma

Procurar outros idiomas de código