mirror of
https://github.com/php/pecl-php-uploadprogress.git
synced 2026-03-24 07:02:06 +01:00
24 lines
864 B
C
24 lines
864 B
C
/* This is a generated file, edit the .stub.php file instead.
|
|
* Stub hash: 2d041ae6d6a3d972168fe0cc71978048f694a39c */
|
|
|
|
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_uploadprogress_get_info, 0, 1, IS_ARRAY, 1)
|
|
ZEND_ARG_TYPE_INFO(0, identifier, IS_STRING, 0)
|
|
ZEND_END_ARG_INFO()
|
|
|
|
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_uploadprogress_get_contents, 0, 2, IS_STRING, 1)
|
|
ZEND_ARG_TYPE_INFO(0, identifier, IS_STRING, 0)
|
|
ZEND_ARG_TYPE_INFO(0, fieldname, IS_STRING, 0)
|
|
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, maxlen, IS_LONG, 0, "-1")
|
|
ZEND_END_ARG_INFO()
|
|
|
|
|
|
ZEND_FUNCTION(uploadprogress_get_info);
|
|
ZEND_FUNCTION(uploadprogress_get_contents);
|
|
|
|
|
|
static const zend_function_entry ext_functions[] = {
|
|
ZEND_FE(uploadprogress_get_info, arginfo_uploadprogress_get_info)
|
|
ZEND_FE(uploadprogress_get_contents, arginfo_uploadprogress_get_contents)
|
|
ZEND_FE_END
|
|
};
|