Go to the source code of this file.
Variables | |
| $json ['apc_enabled'] = function_exists('apc_fetch') | |
| if (isset( $_GET[ 'APC_UPLOAD_PROGRESS']) &&!empty( $json[ 'apc_enabled'])) | |
| $json[ 'apc_enabled'] = function_exists('apc_fetch') |
Definition at line 3 of file uploadprogress.php.
| if(isset($_GET['APC_UPLOAD_PROGRESS']) &&!empty($json['apc_enabled'])) | ( | isset( $_GET[ 'APC_UPLOAD_PROGRESS']) &&!empty( $json[ 'apc_enabled']) | ) |
Definition at line 5 of file uploadprogress.php.