encrypt array in php

Posted by Jin Yong on Stack Overflow See other posts from Stack Overflow or by Jin Yong
Published on 2010-04-08T06:33:55Z Indexed on 2010/04/08 6:43 UTC
Read the original article Hit count: 361

Filed under:

Does anyone know do there have any way that I can encrypt the array in php??

for example:

$arr_value = array("1","2","3","4");

any way that I can encrypt $arr_value, also decrypt it later ini php?

© Stack Overflow or respective owner

Related posts about php