首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > PHP > simpled

simpled

  • 资源大小:3.57 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: SimpleD

资 源 简 介

SimpleD uses a c-like syntax to hold data in a file or string. V1.1 has been released! Example string: Group{ Test property=This is the value; /*This is a comment*}/*Can also be like this*Group{Test property=This is the value;/*This is a comment*}/*Also supports sub groups*Group{g1{g2{g3{g4{=null;}}}}} Code to use string: ``` Save: MainGroup = New SimpleD.Group g = MainGroup.CreateGroup("Group") g.SetValue("Test property","This is the value") MainGroup.toFile("tmp.sd") Load: MainGroup = New SimpleD.Group() MainGroup.fromFile("tmp.sd") g = MainGroup.GetGroup("Group") MsgBox(g.GetValue("Test property")) ``` (Note: Code is using the helper class.) SimpleD is licensed under the zlib license:http://opensource.org/licenses/zlib-license.php

文 件 列 表

php
simpled.php
simpled_helper.php
test.sd
tester.php

相 关 资 源

VIP VIP
0.181015s