Loading...

判斷字串是否存在於內容中

Temperature: 0 °C

Mark ChangMark Chang
author_tools


判斷字串是否存在於內容中
以下範例~

搜尋 If you are lucky enough to be different. 裡是否有 different 字串

$content = 'If you are lucky enough to be different.';
$string_a = 'different';//尋找內容裡是否有此字串
if (false !== ($rst = strpos($content , $string_a ))) {
echo 'yes';// 若存在
} else {
echo 'no'; // 若不存在
}


說真的,用的到。

https://innstory.com/story-判斷字串是否存在於內容中-1800
PHP

Prev
 刪除已上傳至server的檔案

Next
如何將mysql_table_autoincrement重設 

About the Author

Mark Chang

離不開電腦的宅男

Visitor message

Leave some footprints to prove that you visited me

Recommended reading

Author's other related stories

PHP 運算次方pow() 函数

PHP 運算次方pow() ...

使用pow() 函数返回 x 的 y 次方。 例如: BMI = 體重(公斤)除以身高(公尺)的平方...

使用 .htaccess 關閉緩存

使用 .htaccess 關...

使用緩存可以提高網站的性能。 可以在.htaccess 文件集標頭中的各種指令指示瀏覽器將文件保留較...

要如何知道ajax執行失敗原因?

要如何知道ajax執行失敗原...

只要在error的function 更改為以下寫法即可: error: function (XMLH...

Please select an option

error

Hi, thank you for your participation, but you cannot vote repeatedly~

Join innstory now and start recording your story.

"Innstory" is a place to store stories. We are committed to becoming a warm platform. Deepening the bonds between people is our direction.
We are convinced that the blockchain between people is not just a cold calculation. Join us now.

Wrong format