diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,6 +7,7 @@ * Paratheses () and arrays [] are fully supported * Logical operators (==, !=, <, <, >=, <=, &&, ||) * Built in support for most PHP math functions +* Support for variable number of function parameters * Conditional If logic * Support for user defined operators * Support for user defined functions @@ -227,4 +228,4 @@ Full class documentation via [PHPFUI/InstaDoc](http://phpfui.com/?n=NXP&c=MathEx ## Future Enhancements -This package will continue to track currently supported versions of PHP.
\ No newline at end of file +This package will continue to track currently supported versions of PHP. |