mb_strcut

Example

 string mb_strcut ( string $str , int $start [, int $length [, string $encoding ]] ) 

Description

Get part of string

Return Values

Returns the portion of str specified by the start and length parameters.