Classes and interfaces

AmfphpIncludedRequest

allows inclusion of an amfPHP entry point script.

« More »

Classes and interfaces

AmfphpAuthentication

Authentication for Amfphp.

« More »

Classes and interfaces

AmfphpCharsetConverter

Converts strings to the right encoding in incoming and outgoing packets.

« More »

Classes and interfaces

AmfphpCustomClassConverter

Converts data from incoming packets with explicit types to custom classes, and vice versa for the outgoing packets.

« More »

Classes and interfaces

AmfphpDiscovery

adds the discovery service, a service that returns information about available services.

« More »

AmfphpDiscoveryService

analyses existing services.

« More »

AmfphpDiscovery_MethodDescriptor

Contains all collected information about a service method.

« More »

AmfphpDiscovery_ParameterDescriptor

Contains all collected information about a service method parameter

« More »

AmfphpDiscovery_ServiceDescriptor

Contains all collected information about a service.

« More »

Classes and interfaces

AmfphpDummy

This catches browser requests to the gateway, to show something more helpful than an error message.

« More »

Functions

throw an exceptino containing error info

custom_warning_handler(int $errno, string $errstr, string $errfile, int $errline, mixed $errcontext) 

Parameters

$errno

int

$errstr

string

$errfile

string

$errline

int

$errcontext

mixed

Exceptions

\Exception

Classes and interfaces

AmfphpErrorHandler

sets a custom error handler to catch notices and such and transform them to exceptions.

« More »

Classes and interfaces

AmfphpFlexMessaging

Support for flex messaging.

« More »

AmfphpFlexMessaging_AcknowledgeMessage

Used to generate a Flex Acknowledge message.

« More »

AmfphpFlexMessaging_ErrorMessage

Used to generate a Flex Error message.

« More »

Classes and interfaces

AmfphpGet

Adds support for HTTP GET requests to services, useful for simple test calls and for cross domain ajax calls.

« More »

Classes and interfaces

AmfphpJson

Enables amfPHP to receive and reply with JSON This plugin can be deactivated if the project doesn't need to support JSON strings and returned as JSON strings using POST parameters.

« More »

Classes and interfaces

AmfphpLogger

logs requests and responses in their serialized and deserialized forms.

« More »