andreekeberg/serialized-search-replace 问题修复 & 功能扩展

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

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

andreekeberg/serialized-search-replace

最新稳定版本:1.1.0

Composer 安装命令:

composer require andreekeberg/serialized-search-replace

包简介

Search and replace serialized strings, and update all string lengths

README 文档

README

Latest Stable Version Total Downloads License

Easily replace strings found in content containing data serialized by the serialize function without corrupting your data, by correcting all length values included in these objects before returning the replaced content.

Requirements

  • PHP 4.0.0 or higher

Installation

composer require andreekeberg/serialized-search-replace

Usage

Basic usage

$output = SerializedSearchReplace::replace(
    'http://example.com',
    'https://example.com',
    serialize([
        'url' => 'http://example.com/'
    ])
);

Returns:

a:1:{s:3:"url";s:20:"https://example.com/";}

Getting the number of replacements performed

Passing $count by reference to get the total number of replacements performed:

$output = SerializedSearchReplace::replace(
    'http://example.com',
    'https://example.com',
    serialize([
        'url' => 'http://example.com/'
    ]),
    $count
);

Value of $count:

1

Documentation

Contributing

Read the contribution guidelines.

Changelog

Refer to the changelog for a full history of the project.

License

Serialized Search and Replace is licensed under the MIT license.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-09-06

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固