PHP Serialize

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-12 10:44:25

软件介绍

Like PHP Serialize and Unserialize Functions.

Sample:

var Test = Array();

Test[-8.52] = 'fff';
Test['tt'] = Array();
Test['tt']['sss'] = 123;
Test['ss'] = 'def';
Test['tt'][10] = 'abc';

ser = $.phpSerialize(Test);
alert(ser);
$.phpUnserialize(ser);

Result:

a:3:{i:-8;s:3:"fff";s:2:"tt";a:2:{s:3:"sss";i:123;i:10;s:3:"abc";}s:2:"ss";s:3:"def";}

本文地址:https://codercto.com/soft/d/23207.html

How Great Decisions Get Made

How Great Decisions Get Made

Maruska, Don / 2006-2 / $ 20.28

All too often, solving tough work issues can become a tug of war as clashing departments, priorities, personality styles, and other concerns threaten to destroy any possibility of a successful conclus......一起来看看 《How Great Decisions Get Made》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

MD5 加密
MD5 加密

MD5 加密工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具