|
Hello,
I have a question:
How is it possible for a get request or something else, to change the outputformat in hexadecimal and after the request I want to change back the format (to standard).
Everybody know how I can use the translate function.
I tried this: $session->translate( -octetstring => 0x1 );
But it doesn't work. There is no error but no change, too.
Frank
|