Skip to content

Instantly share code, notes, and snippets.

@vasartam
vasartam / get-ip.php
Last active September 5, 2022 15:13
PHP - Get remote IP address
<?php
/**
* Get remote IP address.
*
* @return string|null
*
* @link https://stackoverflow.com/a/41769505/12320578
*/
function getIp(): ?string {
$ip_headers_keys = [