$regidArrayGCM, 'time_to_live' => 240, 'priority' => 'high', 'data' => $dataArray); $context = stream_context_create(array( 'http' => array( 'method' => 'POST', 'header' => $headers, 'content' => json_encode($fields)))); $response = file_get_contents('https://android.googleapis.com/gcm/send', FALSE, $context); $filename_rnd = uniqid(); file_put_contents('/home/francesco/temp/'.$filename_rnd,json_encode($response)); ?>