$str = substr($str, 0, -3) . str_pad(substr($str, -3) + 1, 3, "0", STR_PAD_LEFT)
如果你面对的字符串中包含中文等字符集,可以考虑使用mb系列函数来对应实现