Textpattern
PHP Cross Reference
Content Management Systems
Statistics
-
Index
Variables
-
Functions
-
Classes
-
Constants
Summary:
/textpattern/vendors/Textpattern/Server/
Files.php - 132
lines
- 3542
bytes
-
Source
-
Print
Description:
Treat file uploads.
Included or required:
0 times
Referenced:
0 times
Includes or requires:
0 files
Defines 1 class
Files::
(3 methods):
__construct
()
refactor
()
dechunk
()
Class:
Files
__construct
()
line: 47
Constructor.
refactor
(&
$file
)
line: 58
Transforms a multiple $_FILES entry into int-indexed array.
return: array of files
param: array $file The file
dechunk
(&
$file
)
line: 88
Treats chunked file uploads.
return: bool
param: array $file The file
title
Body