QueryParamName Property
The name of the query parameter.
Object Oriented Interface
public function getQueryParamName($queryparamindex); public function setQueryParamName($queryparamindex, $value);
Procedural Interface
ipworkss3_s3client_get($res, 64 , $queryparamindex); ipworkss3_s3client_set($res, 64, $value , $queryparamindex);
Default Value
''
Remarks
The name of the query parameter.
This property specifies the name of the query parameter.
The size of the array is controlled by the QueryParamCount property.
This property is not available at design time.
Data Type
String