Hank to hanker - Learning Note
一個成功的拳擊手, 就是在眾多的打擊和跌倒後爬起來。人生亦如是。
網頁
首頁
文章列表
Sublime Text
iOS Dev
Python
Linux
JavaScript
dotfiles
2010年8月1日 星期日
[PHP] substr_count 計算某一長字串中, 短字串的出現次數
substr_count
—
Count the number of substring occurrences
PHP Manual - substr_count
Description
int
substr_count
(
string
$haystack
,
string
$needle
[,
int
$offset
= 0
[,
int
$length
]] )
Example:
<?php echo substr_count("不看就不看不看就不看不看就不看(有幾個不看?)", "不看"); ?>
Result:
7
較新的文章
較舊的文章
首頁