$filename = (function (): string { return (string) new TmpFile(); })(); assert(!file_exists($filename), "The temp file hasn't been removed."); Класс TmpFile ...
確定! 回上一頁