in reply to Soap Define Types
type(new type, optional value) $obj->type('int'); Gets or sets the type associated with the current value in the obj +ect. This is useful for those cases where the SOAP::Data object is us +ed to explicitly specify the type of data that would otherwise be int +erpreted as a different type completely (such as perceiving the strin +g 123 as an integer, instead). Allows the setting of the object's val +ue, if passed as a second argument to the method.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Soap Define Types
by ecuguru (Monk) on Nov 02, 2006 at 18:11 UTC |