Home > php教程 > php手册 > php 字符串截取 标题超过部分用"..."代替

php 字符串截取 标题超过部分用"..."代替

WBOY
Release: 2016-06-13 09:41:26
Original
1016 people have browsed it

啥也不说了,上代码。

sub_title( = 50 = () ? : (mb_substr(,0,,'utf-8')."..." View Code

 试验了一下,感觉下面这段代码更好一点,代码如下:

sub_title( = 23 mb_strlen(, 'utf-8') ? : (mb_substr(,0,,'utf-8')."..." View Code
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template