php-apn
  • Function
  • Examples
  • Download

Functions

  • apn_add_token
  • apn_add_tokens
  • apn_close
  • apn_connect
  • apn_feedback
  • apn_feedback_connect
  • apn_free
  • apn_init
  • apn_payload_add_token
  • apn_payload_add_tokens
  • apn_payload_free
  • apn_payload_init
  • apn_payload_set_array
  • apn_payload_set_badge
  • apn_payload_set_body
  • apn_payload_set_expiry
  • apn_payload_set_launch_image
  • apn_payload_set_localized_action_key
  • apn_payload_set_localized_key
  • apn_payload_set_sound
  • apn_send
  • apn_set_array
  • apn_set_certificate
  • apn_set_mode
  • apn_set_private_key

Function apn_init

Creates a new Apple Push Notification resource which is needed to hold the data for a connection to Apple Push Notification/Feedback Service

This function allocates memory which should be freed - call apn_free() function for it

Category: Apple Push Notification Service
License: PHP 3.01
Located at documentation.php

Return value summary

resource|null Returns a APNs link identifier on success or null on failure.
php-apn API documentation generated by ApiGen 3.0dev