Skip to content

Instantly share code, notes, and snippets.

View hlthi's full-sized avatar

Muhammet Öztürk hlthi

  • Trabzon-Ankara,Turkey
View GitHub Profile
$reportRequest = curl_init();
curl_setopt($reportRequest, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($reportRequest, CURLOPT_URL, "");
curl_setopt($reportRequest, CURLOPT_RETURNTRANSFER, true);
curl_setopt($reportRequest, CURLOPT_TIMEOUT, 10);
curl_setopt($reportRequest, CURLOPT_POST, true);
curl_setopt($reportRequest, CURLOPT_POSTFIELDS, "hi");
curl_setopt($reportRequest, CURLOPT_HTTPHEADER, array());
$reportResponse = curl_exec($reportRequest);
import trLocale from 'moment/locale/tr';
import moment from 'moment';
moment.updateLocale('tr', trLocale);
//do whatever