I want to use php to pass and get a encoded string to other system which are using java.util.Base64
to encode and decode.
Can I use base64_encode($str)
to encode and pass the string to them for decode in php and
can i use base62_decode($str)
to decode what I get from java.util.Base64
in php?
Or is there other way to encode and decode java.util.Base64
string in php?
Thanks!!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…