Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
vendor
/
laminas
/
laminas-stdlib
/
src
/
ArrayUtils
/
File Content:
MergeReplaceKeyInterface.php
<?php declare(strict_types=1); namespace Laminas\Stdlib\ArrayUtils; /** * Marker interface: can be used to replace keys completely in {@see ArrayUtils::merge()} operations */ interface MergeReplaceKeyInterface { /** * @return mixed */ public function getData(); }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
MergeRemoveKey.php
102 bytes
0644
MergeReplaceKey.php
314 bytes
0644
MergeReplaceKeyInterface.php
287 bytes
0644
N4ST4R_ID | Naxtarrr