Function apn_feedback
Returns array of device tokens which no longer exists
Category: Apple Push Feedback Service
License: PHP 3.01
See:
Located at documentation.php
License: PHP 3.01
See:
apn_feedback_connect()Located at documentation.php
Parameters summary
resource |
$apn |
Resource returned by apn_init(). If a non-resource is used for the apn, an error of level E_WARNING will be emitted |
string|null |
& $error |
A reference to return error message. Pass null, if message should not be returned |
integer|null |
& $errcode |
A reference to return error code. Pass null, if code should not be returned |
Return value summary
array|null |
Returns array of devices token on success or null on failure |