From 9e172553a3cbef5bf65c0cb895bdace3cb220121 Mon Sep 17 00:00:00 2001 From: Alan Seiden Date: Fri, 16 Feb 2024 21:53:48 -0500 Subject: [PATCH] Update README.md Added simple-parameters.php --- samples/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/README.md b/samples/README.md index 1384d33..0ba43f2 100644 --- a/samples/README.md +++ b/samples/README.md @@ -18,5 +18,7 @@ When an RPG program makes a parameter optional by specifying `OPTION(*OMIT)`, th Connection options, both basic and advanced. Recommended reading. - [`ssh-transport.php`](https://github.com/zendtech/IbmiToolkit/blob/master/samples/ssh-transport.php): Uses the SSH transport for connecting to the toolkit. Ideal for running the toolkit on a PC or other system and connecting to a remote IBM i. +- [`simple-parameters.php`](samples/simple-parameters.php): +Example with ordinary parameters only; no data structures, arrays, or procedure return values. - [`classic` folder](https://github.com/zendtech/IbmiToolkit/tree/master/samples/classic): Contains the original Zend Server examples from 2011. For historical purposes only.