A problem about PHP getting request headers

the App side takes a client_id header when it initiates the request page.

clipboard.png

tell me how to get this client_id in php. Thank you

Php
Mar.22,2021

function apache_request_headers


$_ SERVER ['HTTP_CLENT_ID']

Menu