HH\Lib\Str\reverse

Requires the Hack Standard Library to be installed.
Facebook Engineer?

This function is available as Str\reverse() in Facebook's www repository.

namespace HH\Lib\Str;

function reverse(
  string $string,
): string;

Parameters

  • string $string

Returns

  • string