There are two types of CL commands.
CLInteractiveCommand – Will return the command message or command return values.
$message = $obj->CLInteractiveCommand($Command);
CLcommand – Will run the command in the batch without returning command messages or command return values.
$obj->CLCommand($Command)
Arguments |
Value |
Description |
$Command |
|
Valid CL command string |
This sample shows how to run the following CL commands:
ADDLIBLE ZENDSVR
DSPLIBL
|
</pre> |
|
|
|
|
Related Links: Toolkit Service Class |
|
|
© 1999-2013 Zend Technologies, Ltd. All rights reserved.