[Amfphp_Plugins_CharsetConverter] element index

Package indexes

All elements
a c d f m p t _
_
top
__construct
AmfphpCharsetConverter::__construct() in AmfphpCharsetConverter.php
constructor.
a
top
AmfphpCharsetConverter.php
AmfphpCharsetConverter.php in AmfphpCharsetConverter.php
AmfphpCharsetConverter
AmfphpCharsetConverter in AmfphpCharsetConverter.php
Converts strings to the right encoding in incoming and outgoing packets.
c
top
$clientCharset
AmfphpCharsetConverter::$clientCharset in AmfphpCharsetConverter.php
the Charset that is used by the client. default utf-8 See all the possible codepages for iconv here: http://www.gnu.org/software/libiconv/
convertStringFromClientToPhpCharsets
converts the strings note: This is not a recursive function. Rather the recursion is handled by Amfphp_Core_Amf_Util::applyFunctionToContainedObjects.
convertStringFromPhpToClientCharsets
note: This is not a recursive function. Rather the recusrion is handled by Amfphp_Core_Amf_Util::applyFunctionToContainedObjects.
d
top
DIRECTION_CLIENT_TO_PHP
transliterate direction
DIRECTION_PHP_TO_CLIENT
transliterate direction
f
top
filterDeserializedRequest
converts untyped objects to their typed counterparts. Loads the class if necessary
filterDeserializedResponse
looks at the response and sets the explicit type field so that the serializer sends it properly
m
top
$method
AmfphpCharsetConverter::$method in AmfphpCharsetConverter.php
the reencoding method. One of the METHOD_XXX consts defined above.
METHOD_ICONV
AmfphpCharsetConverter::METHOD_ICONV in AmfphpCharsetConverter.php
uses the iconv library for reencoding
METHOD_MBSTRING
AmfphpCharsetConverter::METHOD_MBSTRING in AmfphpCharsetConverter.php
uses the mbstring library for reencoding
METHOD_NONE
AmfphpCharsetConverter::METHOD_NONE in AmfphpCharsetConverter.php
don't do anything
METHOD_RECODE
AmfphpCharsetConverter::METHOD_RECODE in AmfphpCharsetConverter.php
uses the recode library for reencoding
METHOD_UTF8_DECODE
AmfphpCharsetConverter::METHOD_UTF8_DECODE in AmfphpCharsetConverter.php
uses the XML function utf8_decode and encode for reencoding - ISO-8859-1 only
p
top
$phpCharset
AmfphpCharsetConverter::$phpCharset in AmfphpCharsetConverter.php
the Charset that is used in php default utf-8.
t
top
transliterate
AmfphpCharsetConverter::transliterate() in AmfphpCharsetConverter.php
convert the string. finds the proper encoding depending on direction
a c d f m p t _