METHOD_NONE
METHOD_NONE
don't do anything
Converts strings to the right encoding in incoming and outgoing packets.
This plugin can be deactivated if all three tiers (DB, PHP, client) use the same charset, usually utf8. This works for nested objects.
$phpCharset : String
the Charset that is used in php default utf-8.
See all the possible codepages for iconv here: http://www.gnu.org/software/libiconv/
convertStringFromClientToPhpCharsets(mixed $obj) : mixed
converts the strings note: This is not a recursive function. Rather the recursion is handled by Amfphp_Core_Amf_Util::applyFunctionToContainedObjects.
must be public so that Amfphp_Core_Amf_Util::applyFunctionToContainedObjects can call it
mixed | $obj |
convertStringFromPhpToClientCharsets(mixed $obj) : mixed
note: This is not a recursive function. Rather the recusrion is handled by Amfphp_Core_Amf_Util::applyFunctionToContainedObjects.
must be public so that Amfphp_Core_Amf_Util::applyFunctionToContainedObjects can call it
mixed | $obj |