cURL olarak bulunan yapıyı nasıl PHP ye çevirebilirim ?

3.98K görüntülenmePHP
0
0 Yorum

Aşağıdaki cURL yapısını bana PHP olarak çevirebilir misiniz,
curl -H “Content-Type: application/json” -X POST [https://exp.host/–/api/v2/push/send](https://exp.host/–/api/v2/push/send) -d ‘{
“to”: “ExponentPushToken[xxxxxxxxxxxxxxxxxxxxxx]”,
“title”:”hello”,
“body”: “world”
}’

Uygulama Geliştirme Durumu yayınlanmak üzere'ye değiştirildi 9 Mayıs 2018
0

bunun için web sitemde bir subdomain bulunuyor cURL yapısını giriniz size PHP çıktısını versin.
https://curltophp.brkdgn.com

Uygulama Geliştirme Cevaplanan soru 9 Mayıs 2018
Cevabınızı yazın.