phpRTWindows.php contains the class which requires PHP5 If you want to run it on PHP4 the you have to:
- remove "public"
- change "__construct" to "prtw"
- change "file_put_contents" to PHP4 way of saving a file
docs.php contains the docs + it is an example
|