標題:
substr_count 計算 甲字串在乙字串裡出現的次數
[打印本頁]
作者:
may
時間:
2013-6-25 19:24
標題:
substr_count 計算 甲字串在乙字串裡出現的次數
<html>
<head>
<title>substr_count 介紹</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<?php
$string = 'hello world!!!';
$search = '!';
echo substr_count($string, $search); //計算 search字串在$string字串裡出現的次數
?>
</body>
</html>
</html>
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2