How does PHP handle string in substr?

后端 未结 0 712
情歌与酒
情歌与酒 2021-02-06 18:37

I have a very long string stored in $str. Now I do $sub = substr($str, $pos) and I will do only reading operations on both strings.

Is the long

相关标签:
回答
  • 消灭零回复
提交回复
热议问题