Can you explain these sections ? as im not too familiar with PHP, what does what in the commands thanks
$pdf->Cell(10,0,utf8_decode($name), 0, 2);
$pdf->Cell(10,12,utf8_decode($mail), 0, 2);
$pdf->Cell(10,15,utf8_decode($betreff), 0, 2);
$pdf->Cell(10,20,$datum, 0, 2);
$pdf->MultiCell( 185, 5, utf8_decode($nachricht) , '1', 'J', 0);