file_exists

Verbesserte Funktion zum prüfen, ob eine Datei existiert.

Pos  Attribut  Typ  Erforderlich  Beschreibung 
file  string  Ja Pfad zur Datei

Beispiel

QuelltextPHP Code:
  1. <?php
  2.     $file = "/pfad/zur/datei/test.php";
  3.     if(Ego_System::file_exists($file))
  4.     {
  5.         include_once($file);
  6.     }
  7. ?>
Tel: +49 (0)6261 / 6743-0
Fax: +49 (0)6261 / 6743-29
E-Mail: info@egotec.com
EGOTEC GmbH
Hauptstraße 130
D-74821 Mosbach
Erstellt mit EGOTEC® Internet: www.egotec.com © EGOTEC GmbH