The containing class is available as IO\CloseableHandle in the www repository.
IO\CloseableHandle
Close the handle when the returned disposable is disposed
public function closeWhenDisposed(): IDisposable;
Usage: using $handle->closeWhenDisposed();
using $handle->closeWhenDisposed();
IDisposable