append()
/**
* @throws Throwable
*
* Use this to append to a file.
*/
public static function append(string $path, string $data) : Promise;Last updated
/**
* @throws Throwable
*
* Use this to append to a file.
*/
public static function append(string $path, string $data) : Promise;Last updated