HH\Lib\Str\length
Requires the Hack Standard Library to be installed.
Facebook Engineer?
This function is available as Str\length()
in Facebook's www repository.
Returns the length of the given string, i
namespace HH\Lib\Str;
function length(
string $string,
): int;
e. the number of bytes.
Parameters
string $string
Returns
int