PHP: Arrondir les nombres

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

<?php
$resultat = round(3.14);