Choose Category
<?phpecho substr(string StrExample,int start,int length);?>
<?phpecho substr("Hello world!",6,5);?>
world