PHP limit text string NOT including html tags?

后端 未结 5 2223
执笔经年
执笔经年 2021-01-05 03:34

Here\'s what\'s NOT working for me:

Jack and I love         


        
5条回答
  •  梦毁少年i
    2021-01-05 04:17

    Not easily - you could of course use strip_tags to de-htmlise the string, but other than that there's no easy fix.

提交回复
热议问题