diff options
author | Bruce Wells <brucekwells@gmail.com> | 2022-05-17 01:28:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 01:28:53 +0300 |
commit | f71b77a62eb27184b5653d6293250e7fda2fdfef (patch) | |
tree | 307f11bd17adb9b0bbc9abddd7b066fda5b3e7f0 | |
parent | ddf9dbfe0f4d866dedcf1b8241185a20e0daf674 (diff) |
Update README.mdv2.2.0
Support for variable number of function parameters
-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. |