コード例 #1
0
ファイル: Regexp.php プロジェクト: nmicht/tlalokes-in-acst
 /**
  * Sets whether the regexp matching is case insensitive.
  * (default is false -- i.e. case sensisitive)
  * @param boolean $bit
  */
 function setIgnoreCase($bit)
 {
     $this->engine->setIgnoreCase($bit);
 }