Exemple d’utilisation de ‘floor( )’

Author:
<html>
<head>
<title> Fonction Mathématique</title>
</head>
<body>

<?php

	$resultat = floor(4.7);