HH\Lib\File\open_read_only

Meta Engineer?

This is available as File\open_read_only in the www repository.

namespace HH\Lib\File;

function open_read_only(
  string $path,
): CloseableReadHandle;

Parameters

  • string $path

Returns