Documentation

CommunicationProvider

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

Tags
link

GitHub Repository

version
31
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|null $url = null ][, bool $returnTransfer = true ]) : CurlHandle

If later we need some specific settings for some cases, then add new parameters to this function.

Parameters
$url : string|null = null

The URL you want to access.

$returnTransfer : bool = true

By default, sets CURLOPT_RETURNTRANSFER to true. But it can be set to false if needed.

Return values
CurlHandle

        
On this page

Search results