dev-master
9999999-devEvaluate string based calculations
MIT
The Development Requires
by Christian Bolstad
1
1.0.0.0Evaluate string based calculations
MIT
The Development Requires
by Christian Bolstad
Wallogit.com
2017 © Pedro Peláez
Evaluate string based calculations
Perform calculation on strings and replace placeholders according as configured in an array., (*1)
Example:, (*2)
Given that ITEMS_SOLD = 10 & TAX_RATE = 0.25 AND PROCESS_FEE = 3, calculate() can solve and return the result for '((ITEMS_SOLD * 15) + PROCESS_FEE) * 0.25'
Please see tests/PlaceholderCalcTest.php for example code, (*3)
Evaluate string based calculations
MIT
Evaluate string based calculations
MIT