Zend Studio IDE for i5 comes complete with the following code templates containing i5 PHP API Toolkit functions:
I5 Template |
Explanation |
i5ActiveJobs |
Enables retrieving the system's active jobsJobs contain information about a specific Job (script to run) that you have set to run in your environment., it:
|
i5Connect |
Enables connecting to the i5 server, it:
|
i5DataAreaCreate |
Creates the data area, it:
|
i5DataAreaDelete |
Enables deleting the data area, it:
|
i5DataAreaRead |
Enables reading from a data area, it:
|
i5DataAreaWrite |
Enables reading from a data area, it:
|
i5DtaqReceive |
Enables reading data from the data queue without key, it:
|
i5DtaqReceiveKey |
Enables reading data from the data queue with key, it:
|
i5DtaqSend |
Enables putting data to the data queue without key, it:
|
i5DtaqSendKey |
Enables putting data into the data queue without a key, it
|
i5JobLogs |
Enables retrieving job log entries, it:
|
i5ObjectListing |
Enables getting an array with the message element for an object list entry, it:
|
i5Program |
Enables calling a program and accept results from it, it:
|
i5ProgramService |
Creates Web Services class enabling invoking an RPG program, it:
|
i5Spool |
Enables getting spool file data from the queue and getting the data from the spool file, it:
|
i5UserSpaceCreate |
Creates a new user space object, it:
|
i5UserSpaceDelete |
Enables deleting a user space object, it:
|
i5UserSpaceGet |
Retrieves user space data, it:
|
i5UserSpacePut |
Enables to add user space data, it:
|