Skip to content

Tag: steam

Convert SteamID64 to SteamID

I’m looking for a way that I can take a SteamID64 (76561198032122624) and convert it to a SteamID (STEAM_0:0:35928448) in PHP. I’ve searched this quite a bit and I’m unable to find how to do this. I’m almost sure it’s possible since sites like steamid.io are able to find it, but …