webiik/data 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

webiik/data

Composer 安装命令:

composer require webiik/data

包简介

The Data is simple, read/write-only, key-value data container.

README 文档

README

Data

The Data is simple, read/write-only, key-value data container.

Installation

composer require webiik/data

Example

$dataContainer = new \Webiik\Data\Data();
$dataContainer->set('foo', 'bar');

Adding

set

set(string $key, $data): void

set() sets $data to the container under given $key.

$dataContainer->set('foo', 'bar');

Check

isIn

isIn(string $key): bool

isIn() determines if $key is set in container and if its value is not NULL.

$dataContainer->isIn('foo');

Getting

get

get(string $key)

get() gets data from the container by $key.

$dataContainer->get('foo');

getAll

getAll(): array

getAll() returns key-value array with all data stored in the container.

$dataContainer->getAll();

Resources

统计信息

  • 总下载量: 73
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 9
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-03-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固