如何使用php搜索文本,如果($text包含“世界”)
如何使用php搜索文本?
像这样:
<?php
$text = "Hello World!";
if ($text contains "World") {
echo "True";
}
?>
除了更换工作条件。if ($text contains "World") {
如何使用php搜索文本?
像这样:
<?php
$text = "Hello World!";
if ($text contains "World") {
echo "True";
}
?>
除了更换工作条件。if ($text contains "World") {