定制 ilya/buffer 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

ilya/buffer

Composer 安装命令:

composer require ilya/buffer

包简介

Context-aware implementation of explode().

README 文档

README

Buffer is a context-aware implementation of explode(), the string function from PHP.

Installation

Open up your terminal, cd to your project directory and type:

# run this command if you have Composer installed globally on your machine
composer require "ilya/buffer:~1"

# or run this command if you have it installed locally
php composer.phar require "ilya/buffer:~1"

Press Enter and give Composer just a second to install the package as your project's dependency.

How to use this thing

Let's get started by creating an instance of Buffer:

$buffer = new Buffer\Buffer('foo:"bar:baz":wow');

Now, tell Buffer that the " character has a special meaning:

$buffer->beAwareOf("\"");

Finally, split the string you've passed to the constructor by ::

$buffer->explode(':'); // => ['foo', 'bar:baz', 'wow']

Alright, that's basically it.

License

Buffer is licensed under the MIT license.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-05-14

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固