コード例 #1
0
 /**
  * check if the plain text is in one of the search string defined in checks.search_str
  * return true if in, otherwise, return false 
  */
 public static function isPlainTextInSearchString()
 {
     global $global_e, $global_check_id;
     return BasicChecks::isTextInSearchString($global_e->plaintext, $global_check_id, $global_e);
 }