myString = 'Hello Bob how are you?'; if (strpos($myString, 'Bob') !== false) { echo "My string contains Bob"; }
確定! 回上一頁