contains the symbol php

PHP
$result = strpos("haystack", "needle");

if ($result != false)
{
  // text found
}
Source

Also in PHP: