CommunicationProvider
in package
Class CommunicationProvider is for internal use to communicate with FileMaker Server.
Tags
Table of Contents
Methods
- _createCurlHandle() : CurlHandle
- To create and configure cURL at a single place, avoiding code redundancy.
Methods
_createCurlHandle()
To create and configure cURL at a single place, avoiding code redundancy.
private
_createCurlHandle(string $url) : CurlHandle
Parameters
- $url : string
-
The URL you want to access.