weew/helpers-object

对象辅助函数集合。

v1.1.1 2016-07-21 11:18 UTC

This package is not auto-updated.

Last update: 2024-09-10 21:31:41 UTC


README

Build Status Test Coverage Version Licence

目录

安装

composer require weew/helpers-object

简介

这个小巧的库提供了处理对象的多种实用辅助函数。

函数

sclone

如果值是对象,则使用 clone 函数安全地克隆值,否则简单地返回值。

mixed sclone(mixed $value)