spl_object_hash

Supported Versions: PHP 5 >= 5.2.0, PHP 7, PHP 8
Return hash id for given object
<?php spl_object_hash(object $object): string
<?php             'uri' => $request->getUri(),

            'method' => $request->getMethod(),

            'controller' => $controller ? $this->cloner->cloneVar($controller) : $controller,

            'identifier' => spl_object_hash($request),

        ];

    }

}