Skip to content

Instantly share code, notes, and snippets.

@benigumocom
Created August 24, 2012 13:49
Show Gist options
  • Save benigumocom/3450723 to your computer and use it in GitHub Desktop.
Save benigumocom/3450723 to your computer and use it in GitHub Desktop.
GCM Androidから registration_id を受けて保存
<?php
$regId = isset($_POST['regId']) ? $_POST['regId'] : '';
file_put_contents('register.txt', $regId);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment