コード例 #1
0
ファイル: Laposta.php プロジェクト: laposta/laposta-api-php
 public static function setHttpsDisableVerifyPeer($disable)
 {
     self::$httpsDisableVerifyPeer = $disable;
 }