fork download
  1. <?php
  2.  
  3. $var="you can find in telegram.org/";
  4. if(stripos($var, "telegram.org") !== false && stripos($var, "telegram.org/") === false)
  5. {
  6. echo "ok";
  7. }else{
  8. echo "fault";
  9. }
Success #stdin #stdout 0s 82560KB
stdin
Standard input is empty
stdout
fault