title |
description |
dcOption |
dcOption attributes, type and example |
Constructor: dcOption
Back to constructors index
Attributes:
Name |
Type |
Required |
id |
int |
Required |
ip_address |
string |
Required |
port |
int |
Required |
Example:
$dcOption = ['_' => 'dcOption', 'id' => int, 'ip_address' => string, 'port' => int, ];