PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of YoungHyeong Ryu   PHP Push Notification Android and iOS   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Example php Script
Class: PHP Push Notification Android and iOS
Send push notifications to Android and iOS devices
Author: By
Last change: Example php Script
Date: 9 years ago
Size: 238 bytes
 

Contents

Class file image Download
<?php
include_once 'class.push.php';
$push = new pushmessage();

$params = array("pushtype"=>"android", $idphone=>"android_smart_phone_id_here", $mst=>"Hello, an android user");
$rtn = $push->sendMessage($params);
//print_r($rtn);