2020-05-01 / 2563阅 / 悠然
Adds a new network option.
Existing options will not be updated.
Top ↑
(int)
(Required)
ID of the network. Can be null to default to the current network ID.
(string)
(Required)
Name of option to add. Expected to not be SQL-escaped.
(mixed)
(Required)
Option value, can be anything. Expected to not be SQL-escaped.
(bool) False if option was not added and true if option was added.