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://www.codercto.com/soft/d/23207.html

API Design for C++

API Design for C++

Martin Reddy / Morgan Kaufmann / 2011-2-18 / USD 59.95

The design of application programming interfaces can affect the behavior, capabilities, stability, and ease of use of end-user applications. With this book, you will learn how to design a good API for......一起来看看 《API Design for C++》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

SHA 加密
SHA 加密

SHA 加密工具

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

html转js在线工具