We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6365f33 commit c46b15bCopy full SHA for c46b15b
system/Superglobals.php
@@ -27,6 +27,9 @@
27
* - $_GET, $_POST, $_REQUEST can contain nested arrays from query params like ?foo[bar]=value
28
* - $_COOKIE typically contains strings but can have arrays with cookie[key] notation
29
*
30
+ * Note: $_FILES only supports array operations (getFilesArray/setFilesArray).
31
+ * Individual key operations are not provided as files don't change after request initialization.
32
+ *
33
* @phpstan-type server_items array<array-key, mixed>|float|int|string
34
* @phpstan-type get_items array<array-key, mixed>|string
35
* @phpstan-type post_items array<array-key, mixed>|string
0 commit comments