Can someone please tell if I can in PHP evaluate math expression to number? For example I have expresssion: (20 + 40%) + 20% I would get 33.6
I tried using EvalMath class from here: https://www.phpclasses.org/package/2695-PHP-Safely-evaluate-mathematical-expressions.html but it doesn't do the trick