phpmyadmin/tests/stubs/uploadprogress.stub
Maurício Meneghini Fauth 1d1c55e250
Move test directory to tests
- Related to #18512

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-11-30 10:47:42 -03:00

20 lines
412 B
Plaintext

<?php
/**
* @param string $identifier
* @return array{
* upload_id: string,
* fieldname: string,
* filename: string,
* time_start: int,
* time_last: int,
* speed_average: int,
* speed_last: int,
* bytes_uploaded: int,
* bytes_total: int,
* files_uploaded: int,
* est_sec: int
* }|null
*/
function uploadprogress_get_info(string $identifier): ?array {}