[phc-general] String conversion

Edsko de Vries edsko at phpcompiler.org
Thu Dec 28 14:09:12 CET 2006


On Thu, Dec 28, 2006 at 10:52:20AM +0100, anorganic anorganic wrote:
> Hello,
> 
> when i use php -> xml, sometimes there is any conversion of value of string,
> example:
> 
> "file.php?send=1&get="  convert to   "ZmlsZS5waHA/c2VuZD0xJmdldD0="
> 
> can you please tell me what format is it, and how can i convert back in java
> (, c++) ?

One more comment: if you want to do it in C++, you can use phc's own
base 64 decoder/encoder, in lib/base64.cpp and lib/base64.h

Edsko



More information about the phc-general mailing list