$str=\':this is a applepie :) \';
How to use PHP, Remove the first character :
:
The code works well for me.
$str = substr($str ,-(strlen($str)-1));
Maybe, contribute with answers too.