我开始编写一个小脚本,它接受一个字符串,计算字符数,然后根据字符数,拆分/拆分字符串,一次发送/发送 110 个字符。
什么是正确的逻辑/ PHP用于:
1) Count the number of characters in the string
2) Preface each message with (1/3) (2/3) (3/3), etc...
3) And only send 110 characters at a time.
我知道我可能不得不使用 strlen 来计算字符,并使用某种类型的循环来循环,但我不太确定如何去做。
谢谢!