Advertisement
ilya_konovaloff

Untitled

Jul 29th, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. public static function createEmailAnswer ()
  2. {
  3. $objCurl = new SimpleCurl();
  4.  
  5. $arrSettings = Yii::app()->params['api']['email_answer'];
  6. $objCurl->options[CURLOPT_POSTFIELDS] = array('qwe' => 1);
  7. $strResult = $objCurl->runApi("{$arrSettings['url']}");
  8. var_dump($strResult);die();
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement