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取得目前網址方式

使用PHP取得目前網址方式

pexelsphoto55 使用PHP取得網址相關的方式有下列幾種: $SERVER["R...

JavaScript 搜尋字串並取代

JavaScript 搜尋字...

在 JavaScript 做搜尋並取代字串可以使用 replace() replace() 適用於在...

點選檔案下載卻直接執行開啟

點選檔案下載卻直接執行開啟

遇到一個情況。 使用者開啟瀏覽器點選某個連結檔案時,不會執行下載而是直接開啟檔案。 原本如果只是圖片...

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