2 字符串截取 截取前多少個字符 $article = "BREAKING NEWS: In ultimate irony, man bites dog."; $summary = substr_replace($ar " /> 第四色日韩影片,国产精品国产三级国产aⅴ9色,91精品国产综合久久久蜜臀图片

色尼玛亚洲综合影院,亚洲3atv精品一区二区三区,麻豆freexxxx性91精品,欧美在线91

php的字符串用法小結

1 求長度,最基本的
$text = "sunny day";
$count = strlen($text); // $count = 9


2 字符串截取
截取前多少個字符
$article = "BREAKING NEWS: In ultimate irony, man bites dog."; $summary = substr_replace($article, "...", 40);

3 算單詞數
$article = "BREAKING NEWS: In ultimate irony, man bites dog."; $wordCount = str_word_count($article);
// $wordCount = 8

4 將字符串變成HTML的連接
$url = "W.J. Gilmore, LLC (http://www.jb51.NET)";
$url = preg_replace("/http://([A-z0-9./-]+)/", "$0", $url);

5 去除字符中的HTML字符串
$text = strip_tags($input, "
");

6 nl2br:
$comment = nl2br($comment);
變成帶HTML格式

7 Wordwrap
限制每行字數
$speech = "Four score and seven years ago our fathers brought forth, upon this continent, a new nation, conceived in Liberty, and dedicated to the proposition that all men are created equal.";
echo wordwrap($speech, 30);

輸出:
Four score and seven years ago our fathers brought forth, upon this continent, a new nation, conceived in Liberty, and dedicated to the proposition that all men are created equal.

php技術php的字符串用法小結,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 岳西县| 镇沅| 芜湖市| 灵璧县| 寻甸| 囊谦县| 修水县| 侯马市| 昌吉市| 牡丹江市| 突泉县| 西林县| 德化县| 民勤县| 峡江县| 宾阳县| 五家渠市| 西华县| 海南省| 额敏县| 林口县| 孟津县| 四会市| 隆安县| 三江| 五大连池市| 耒阳市| 乐陵市| 黄龙县| 静安区| 吉水县| 丹江口市| 闽侯县| 新乡市| 广东省| 陆良县| 郸城县| 岚皋县| 宜君县| 镇巴县| 涞源县|