HH\Lib\IO\MemoryHandle::readAllowPartialSuccessAsync

Meta Engineer?

The containing class is available as IO\MemoryHandle in the www repository.

public function readAllowPartialSuccessAsync(
  ?int $max_bytes = NULL,
  ?int $_timeout_nanos = NULL,
): Awaitable<string>;

Parameters

  • ?int $max_bytes = NULL
  • ?int $_timeout_nanos = NULL

Returns