$str=\':this is a applepie :) \';
How to use PHP, Remove the first character :
:
use mb_substr function
mb_substr("我abc", 1);