Hard
Does this code make sense?
<?php
function hasResult($string, $search){
return strpos($string, $search)!== false;
}
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
Does this code make sense?
<?php
function hasResult($string, $search){
return strpos($string, $search)!== false;
}