We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dc796e + ebe1ca3 commit ef6f84cCopy full SHA for ef6f84c
src/connections/sources/catalog/libraries/server/php/index.md
@@ -395,6 +395,10 @@ Segment::init("YOUR_WRITE_KEY", array(
395
<td>`error_handler` _Function, optional_</td>
396
<td>A handler which will be called on errors to aid in debugging, `function ($code, $message) {}`</td>
397
</tr>
398
+ <tr>
399
+ <td>`host` _String, optional_</td>
400
+ <td>To explicitly set which regional host to use. Defaults to `api.segment.io`.</td>
401
+ </tr>
402
</table>
403
404
### Lib-Curl Consumer
0 commit comments