PMA
in package
Helper class. Developers should never access this class directly (but may recognize some helper functions they wrote themselves once upon a time)
Table of Contents
- version = "2.0.0.115"
- returns the current version of the library
- $_pma_debug : mixed
- _pma_join() : mixed
- Internal use only
- _pma_q() : mixed
- Internal use only
- _pma_send_post_request() : mixed
- Internal use only
- _pma_send_post_request_with_statuscode() : mixed
- encodeURIComponent() : mixed
- ends_with() : mixed
- Internal use only
- os_path_join() : mixed
- progress() : mixed
- starts_with() : mixed
- Internal use only
Constants
version
returns the current version of the library
public
mixed
version
= "2.0.0.115"
Properties
$_pma_debug
public
static mixed
$_pma_debug
= False
Methods
_pma_join()
Internal use only
public
static _pma_join(mixed $dir1, mixed $dir2) : mixed
Parameters
- $dir1 : mixed
- $dir2 : mixed
Return values
mixed —_pma_q()
Internal use only
public
static _pma_q(mixed $arg) : mixed
Parameters
- $arg : mixed
Return values
mixed —_pma_send_post_request()
Internal use only
public
static _pma_send_post_request(mixed $url, mixed $jsonData) : mixed
Parameters
- $url : mixed
- $jsonData : mixed
Return values
mixed —_pma_send_post_request_with_statuscode()
public
static _pma_send_post_request_with_statuscode(mixed $url, mixed $jsonData) : mixed
Parameters
- $url : mixed
- $jsonData : mixed
Return values
mixed —encodeURIComponent()
public
static encodeURIComponent(mixed $str) : mixed
Parameters
- $str : mixed
Return values
mixed —ends_with()
Internal use only
public
static ends_with(mixed $wholestring, mixed $suffix) : mixed
Parameters
- $wholestring : mixed
- $suffix : mixed
Return values
mixed —os_path_join()
public
static os_path_join(mixed ...$parts) : mixed
Parameters
- $parts : mixed
Return values
mixed —progress()
public
static progress(mixed $resource, mixed $download_size, mixed $downloaded, mixed $upload_size, mixed $uploaded) : mixed
Parameters
- $resource : mixed
- $download_size : mixed
- $downloaded : mixed
- $upload_size : mixed
- $uploaded : mixed
Return values
mixed —starts_with()
Internal use only
public
static starts_with(mixed $wholestring, mixed $prefix) : mixed
Parameters
- $wholestring : mixed
- $prefix : mixed