1 Lösung zur Fehlermeldung: unexpected 'file_exists' (T_STRING), expecting '(' | Tipps zu PC und Technik

Lösung zur Fehlermeldung: unexpected 'file_exists' (T_STRING), expecting '('

19. März 2018 - Lesezeit: ~1 Minute

 

Falsch/Wrong:

if file_exists('plapla.txt') {}

 

Richtig/Correct:

if (file_exists('plapla.txt')) {}










Es wurden noch keine Kommentare verfasst, sei der erste!