Wie konvertieren die Zeichenfolge in Laravel Function Ereignis in die int int

$num = "3.14";
$int = (int)$num;
$float = (float)$num;
Mohamad