static string substr(string $string, int $start, int|null $length = null)
Returns the portion of string specified by the start and length parameters.
static string substr(string $string, int $start, int|null $length = null)
Returns the portion of string specified by the start and length parameters.
Please login to continue.