예제 #1
0
파일: Pingpp.php 프로젝트: 897475686/bbm
 /**
  * @param boolean $verify
  */
 public static function setVerifySslCerts($verify)
 {
     self::$verifySslCerts = $verify;
 }