diff --git a/README.md b/README.md index a798b54..3f5a37d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![noswpatv3](http://zoobab.wdfiles.com/local--files/start/noupcv3.jpg)](https://ffii.org/donate-now-to-save-europe-from-software-patents-says-ffii/) PHP bindings for 0MQ. The documentation is available at http://php.net/zmq [![Build Status](https://travis-ci.org/mkoppanen/php-zmq.png?branch=master)](https://travis-ci.org/mkoppanen/php-zmq) diff --git a/examples/index.php b/examples/index.php new file mode 100644 index 0000000..0e16bc9 --- /dev/null +++ b/examples/index.php @@ -0,0 +1,16 @@ +/* +This is an index.php that lists all the files in this current directory, makes it easier to click on all the tests: +https://2buntu.com/articles/1301/php-script-to-dynamically-generate-links-to-the-files-present-in-current-directory/ + */ + $filename
"; + echo $link; + } +} + +closedir($dir_open); +?>