API Reference Guide > PHP XMLSERVICE Toolkit > Toolkit Service Class > Define Program Parameters > The AddParameterFloat Method

The AddParameterFloat Method

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->AddParameterFloat('both',2,'FloatSample', 'flnum', '23.2');

 

 

 

 

Related Links

Related Links:

Define Program Parameters

Toolkit Service Class

 

 

 

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