Function apn_connect
Opens Apple Push Notification Service connection
Category: Apple Push Notification Service
License: PHP 3.01
See:
Located at documentation.php
License: PHP 3.01
See:
apn_close()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
boolean |
Returns TRUE on success or FALSE on failure |