You are currently viewing Zend Server 5.x documentation. Click here to view the latest Zend Server online documentation.
You are here: API Reference Guide > PHP XMLSERVICE Toolkit > Toolkit Service Class > Define Program Parameters > The AddParameterInt Method

The AddParameterInt Method

AddParameterInt ($IOType, , $Size, $Comment, $Name, $Value) - Defines the integer  type parameter.  

 

Arguments

Value

Description

$IOType

  • in
  • out
  • both

Data direction type

$Size

 

Parameter size

$Comment

 

Developer  comment

$Name

 

Parameter name

$Value

 

Parameter value

Sample Code

Usage Example

$param[] = $ToolkitServiceObj->AddParameterInt('both',2,'Integer sample', 'num', '22');

 

 

 

Related Links

Related Links:

Define Program Parameters  

Toolkit Service Class

 

 

 

© 1999-2013 Zend Technologies, Ltd. All rights reserved.