HH\Lib\Str\reverse

Meta Engineer?

This is available as Str\reverse in the www repository.

Reverse a string by bytes

namespace HH\Lib\Str;

function reverse(
  string $string,
): string;

Guide

Parameters

  • string $string

Returns

  • string