$line = preg_replace_callback( '|<p>\s*\w|', function ($matches) { return strtolower($matches[0]); }, $line ); echo $line;
@飞炫的火花,听你们说貌似只有这样了