TwistPHP Documentation

__construct

File path: dist/twist/Core/Utilities/Curl.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

__constructSimply make GET, POST, PUT and DELETE CURL requests, set custom headers, decode JSON responses. Transferring data via many different protocols including HTTP, HTTPS, FTP, FTPS, TELNET, LDAP and many more.

Return Values

void — No return information has been documented for this function.

Example

<?php
//Call the function __construct with the example vars
Twist::Curl() -> __construct();