Page Menu
Home
WMGMC Issues
搜索
Configure Global Search
登录
Files
F15971
array_merge_real.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
订阅
标记用于日后
授予令牌
Size
285 B
Referenced Files
None
订阅者
None
array_merge_real.php
View Options
<?php
function
array_merge_real
()
{
$output
=
[];
foreach
(
func_get_args
()
as
$array
)
{
foreach
(
$array
as
$key
=>
$value
)
{
$output
[
$key
]
=
isset
(
$output
[
$key
])
?
array_merge
(
$output
[
$key
],
$value
)
:
$value
;
}
}
return
$output
;
}
File Metadata
详情
附加的
Mime Type
text/x-php
Expires
9月 9 Tue, 6:06 AM (11 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5447
默认替代文本
array_merge_real.php (285 B)
Attached To
Mode
rMAILCOW mailcow-tracking
附加的
Detach File
Event Timeline
Log In to Comment