mirror of
https://github.com/php/pecl-php-uploadprogress.git
synced 2026-03-24 07:02:06 +01:00
12 lines
246 B
PHP
12 lines
246 B
PHP
<?php
|
|
|
|
/**
|
|
* @generate-function-entries
|
|
* @generate-legacy-arginfo
|
|
*/
|
|
|
|
function uploadprogress_get_info(string $identifier): ?array {};
|
|
|
|
function uploadprogress_get_contents(string $identifier, string $fieldname, int $maxlen=-1): ?string {};
|
|
|