212
I Use This!
Very Low Activity

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted over 13 years ago by mashikseli
Posted over 13 years ago by gunsilie
Posted over 13 years ago by Drug-Esota
Posted over 13 years ago by mashikseli
Posted over 13 years ago by ganiselim
Posted over 13 years ago by sametikaresi
Posted over 13 years ago by John Supplee
I agree with other posters that the utf8_decode in the function is a mistake and a departure from php behaviour. I think the function should be modified to take a second boolean parameter for those who wish to invoke utf8 decoding. The most proper ... [More] way would be to leave the utf8 decoding out as a separate function. However, there seems to be resistance to that. function base64_decode (data, isUtf8) { . . . if (isUtf8) dec = this.utf8_decode(dec); [Less]
Posted over 13 years ago by ganiselim
Posted over 13 years ago by sametikaresi
Posted over 13 years ago by GrantXM