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

Head First Rails

Head First Rails

David Griffiths / O'Reilly Media / 2008-12-30 / USD 49.99

Figure its about time that you hop on the Ruby on Rails bandwagon? You've heard that it'll increase your productivity exponentially, and allow you to created full fledged web applications with minimal......一起来看看 《Head First Rails》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具