Function apn_add_token
Adds a device token
Device token are used for identification of targets which will receive the notification
Category: Apple Push Notification Service
License: PHP 3.01
See:
Located at documentation.php
License: PHP 3.01
See:
apn_add_tokens()Located at documentation.php
Parameters summary
resource |
$apn |
Apple Push Notification Resource returned by apn_init(). If a non-resource is used for the apn, an error of level E_WARNING will be emitted |
string |
$token |
Device token |
Return value summary
boolean |
Returns TRUE on success or FALSE on failure |