示例#1
0
文件: Pingpp.php 项目: 897475686/bbm
 /**
  * @param boolean $verify
  */
 public static function setVerifySslCerts($verify)
 {
     self::$verifySslCerts = $verify;
 }
示例#2
0
 /**
  * @param string $key
  */
 public static function setPrivateKey($key)
 {
     self::$privateKey = $key;
 }