private property BackupMigrateDropboxAPI::$ch in Backup and Migrate Dropbox 7.3
A Curl handle. To reuse the curl handle we keep it open across calls to the Dropbox API.
Type: resource|false
File
- ./
backup_migrate_dropbox.dropbox_api.inc, line 16
Class
- BackupMigrateDropboxAPI
- BackupMigrateDropboxAPI contains all the details about the Dropbox api, authorization calls, endpoints, uris, parameters, error handling, and split requests for large uploads/downloads
Code
private $ch;