Add docs.
This commit is contained in:
@@ -12,6 +12,11 @@ if (! defined('PHPMYADMIN')) {
|
||||
|
||||
$ID_KEY = 'APC_UPLOAD_PROGRESS';
|
||||
|
||||
/**
|
||||
* Returns upload status.
|
||||
*
|
||||
* This is implementation for APC extension.
|
||||
*/
|
||||
function PMA_getUploadStatus($id) {
|
||||
global $SESSION_KEY;
|
||||
global $ID_KEY;
|
||||
|
@@ -12,6 +12,11 @@ if (! defined('PHPMYADMIN')) {
|
||||
|
||||
$ID_KEY = 'noplugin';
|
||||
|
||||
/**
|
||||
* Returns upload status.
|
||||
*
|
||||
* This is implementation when no webserver support exists, so it returns just zeroes.
|
||||
*/
|
||||
function PMA_getUploadStatus($id) {
|
||||
global $SESSION_KEY;
|
||||
global $ID_KEY;
|
||||
|
@@ -11,6 +11,11 @@ if (! defined('PHPMYADMIN')) {
|
||||
|
||||
$ID_KEY = "UPLOAD_IDENTIFIER";
|
||||
|
||||
/**
|
||||
* Returns upload status.
|
||||
*
|
||||
* This is implementation for uploadprogress extension.
|
||||
*/
|
||||
function PMA_getUploadStatus($id) {
|
||||
global $SESSION_KEY;
|
||||
global $ID_KEY;
|
||||
|
Reference in New Issue
Block a user