php 在不知道字符串有多长的情况下,如何去除前三个字符?

$string='字符串';
$subject=substr_replace(string,'',0,3);

原文地址:https://www.cnblogs.com/fightjianxian/p/8963138.html