當前位置: 首頁> 函數類別大全> strstr

strstr

查找字符串的首次出現
名稱:strstr
分類:字符串
所屬語言:php
一句話介紹:查找字符串在另一字符串中的第一次出現(對大小寫敏感)。
同類函數
  • 不區分大小寫的strstr stristr

    stristr

    不區分大小寫的strstr
  • 使用uuencode 編碼一個字符串 convert_uuencode

    convert_uuencode

    使用uuencode編碼一個字符串
  • 查找字符串首次出現的位置(不區分大小寫) stripos

    stripos

    查找字符串首次出現的位置(不區分大小寫)
  • 重複一個字符串 str_repeat

    str_repeat

    重複一個字符串
  • str_replace的不區分大小寫的版本 str_ireplace

    str_ireplace

    str_replace的不區分大小寫的版
  • 將字符串拆分為較小的塊 chunk_split

    chunk_split

    將字符串拆分為較小的塊
  • 替換字符串的子串 substr_replace

    substr_replace

    替換字符串的子串
  • 反引用一個使用addcslashes() 轉義的字符串 stripcslashes

    stripcslashes

    反引用一個使用addcslashes()
熱門文章