diff options
author | Christian A. Weber | 2017-08-17 14:08:31 +0200 |
---|---|---|
committer | Christian A. Weber | 2017-08-17 14:08:48 +0200 |
commit | c538a7a9159454aa0c2114ace81f5f15f154dece (patch) | |
tree | 8c0666f42656531711cfd00b45213be2edab67fe /README | |
parent | 2d8b4e466045e81fb7f77e25b2ccbd7f3ab44fe0 (diff) | |
download | itools-c538a7a9159454aa0c2114ace81f5f15f154dece.tar.gz itools-c538a7a9159454aa0c2114ace81f5f15f154dece.tar.bz2 itools-c538a7a9159454aa0c2114ace81f5f15f154dece.zip |
iTools requires php 5.4
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ Reference: https://itools.search.ch/(function | class | class/function) Tutorial video: https://itools.search.ch/2007-11-14-itools-demo.mov ITools is a collection of PHP functions and classes which make a few common -tasks in PHP easier. It works in PHP 5 and up. +tasks in PHP easier. It works in PHP 5.4 and up. Our examples omit array() around function parameters and use dangling commas. To get that, you can either use our just-in-time syntax converter or use |