PHP.nl

mb_ltrim

mb_ltrim

Strip whitespace (or other characters) from the beginning of a string

string **mb_ltrim** string $string  $characters  $encoding

Performs a multi-byte safe operation. Strip whitespace (or other characters) from the beginning of a string. ltrim

Without the second parameter, will strip these characters: mb_ltrim

stringThe input string.

characters``encoding This function returns a string with whitespace stripped from the beginning of . string

mb_trim``mb_rtrim``ltrim