[Amfphp_Plugins_CharsetConverter] element index
Package indexes
Amfphp_Core
Amfphp_Core_Amf
Amfphp_Core_Amf_Types
Amfphp_Core_Common
Amfphp
Amfphp_Plugins_Authentication
Amfphp_Plugins_CustomClassConverter
Amfphp_Plugins_FlexMessaging
Amfphp_Plugins_Json
Amfphp_Plugins_Logger
AmfphpLogger
Amfphp_Plugins_QuickServiceDebug
Amfphp_Services
Amfphp_Examples_ExampleService
Amfphp_Examples
Tests_Amfphp_Core_Amf
Tests_Amfphp_Core_Common
Tests_Amfphp_Core
Tests_Amfphp_Plugins_Authentication
Tests_Amfphp_Plugins_CharsetConverter
Tests_Amfphp_Plugins_CustomClassConverter
Tests_Amfphp_Plugins_FlexMessaging
Tests_Amfphp_Plugins_Logger
Tests
Tests_TestData
Tests_TestData_CustomClasses
Tests_TestData_Services
Tests_TestData_TestPlugins_DisabledPlugin
Tests_TestData_TestPlugins_DummyPlugin
All elements
a
c
d
f
m
p
_
_
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 This works for nested objects.
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
AmfphpCharsetConverter::convertStringFromClientToPhpCharsets()
in AmfphpCharsetConverter.php
converts the strings note: This is not a recursive function. Rather the recursion is handled by Amfphp_Core_Amf_Util::applyFunctionToContainedObjects.
convertStringFromPhpToClientCharsets
AmfphpCharsetConverter::convertStringFromPhpToClientCharsets()
in AmfphpCharsetConverter.php
note: This is not a recursive function. Rather the recusrion is handled by Amfphp_Core_Amf_Util::applyFunctionToContainedObjects.
d
top
DIRECTION_CLIENT_TO_PHP
AmfphpCharsetConverter::DIRECTION_CLIENT_TO_PHP
in AmfphpCharsetConverter.php
transliterate direction
DIRECTION_PHP_TO_CLIENT
AmfphpCharsetConverter::DIRECTION_PHP_TO_CLIENT
in AmfphpCharsetConverter.php
transliterate direction
f
top
filterDeserializedRequest
AmfphpCharsetConverter::filterDeserializedRequest()
in AmfphpCharsetConverter.php
converts untyped objects to their typed counterparts. Loads the class if necessary
filterDeserializedResponse
AmfphpCharsetConverter::filterDeserializedResponse()
in AmfphpCharsetConverter.php
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.
a
c
d
f
m
p
_