<?php mb_substr( string $string, int $start, ?int $length = null, ?string $encoding = null): string
<?php } if (Str::endsWith($elapsed, 'µs')) { return mb_substr($elapsed, 0, -2) * 0.001; } return (float) $elapsed * 1000;