Datei im Verzeichnis PHP erstellen

$createfile = fopen('./u/'.$username.'/'.$username.'.php', 'x');
MikaKC