This function makes it possible to write to something in a file and save it asynchronously.
/** * @throws Throwable * * Use this to write to a file. */ public static function write(string $path, string $data) : Promise;
Last updated 1 year ago