Documentation

CommunicationProvider

Class CommunicationProvider is for internal use to communicate with FileMaker Server.

Tags
link

GitHub Repository

version
36
author

Masayuki Nii nii@msyk.net

copyright

2017-2024 Masayuki Nii (Claris FileMaker is registered trademarks of Claris International Inc. in the U.S. and other countries.)

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.

Return values
CurlHandle

        
On this page

Search results