How can php strip the first three characters without knowing how long the string is?

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

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324988138&siteId=291194637