for

  1. K
    $Datei = " Dies ist der erste <!-- mehrzeilige <!-- <!-- Kommentar --> und dies ist der zweite <!-- mehrzeilige <!-- <!-- Kommentar --> "; $file = htmlspecialchars(file_get_contents('$Datei', FILE_IGNORE_NEW_LINES)); $file = explode("\n", $file); for($i = 0; $i < count($file); $i++) {...
Oben Unten