Skip to content

Instantly share code, notes, and snippets.

View vertisan's full-sized avatar
🛠️
Something to do ..

Pawel Farys vertisan

🛠️
Something to do ..
View GitHub Profile
@vertisan
vertisan / SteamUserFunctions.php
Last active December 3, 2017 10:46 — forked from rannmann/SteamUserFunctions.php
Convert Steam IDs to and from Community IDs and User IDs
<?php
/* Examples
toSteamID(25490879) // STEAM_0:1:12745439
toSteamID(76561197985756607) // STEAM_0:1:12745439
toSteamID("STEAM_0:1:12745439") // STEAM_0:1:12745439
toUserID(25490879) // 25490879
toUserID(76561197985756607) // 25490879
toUserID("STEAM_0:1:12745439") // 25490879