nielbuys/

field_calculate

v1.3 2021-04-13 11:26 UTC

This package is auto-updated.

Last update: 2024-09-13 19:14:16 UTC


README

http://stackoverflow.com/users/555222/clarkk提供的类

在此回答中 http://stackoverflow.com/a/27077376

安装方法

composer require nielbuys/field_calculate

使用说明

$calc = new Field_calculate();
echo $calc->calculate('34+2');
echo $calc->calculate('(34+2)*3');