HH\Lib\Str\reverse_l

Meta Engineer?

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

Reverse a string by characters

namespace HH\Lib\Str;

function reverse_l(
  \HH\Lib\Locale\Locale $locale,
  string $string,
): string;

Guide

Parameters

  • \HH\Lib\Locale\Locale $locale
  • string $string

Returns

  • string