File path: dist/twist/Core/Utilities/Curl.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
setTimeout
— Set the max timeout for the requests to be made
Name | Description |
---|---|
[$intTimeout = 5] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$intTimeout = 5;
//Call the function setTimeout with the example vars
Twist::Curl() -> setTimeout($intTimeout);