steam_get_app_id();
Returns: Real
This function is used retrieve the unique app ID that Steam
assigns for your game, which is required for using some of the
User Generated
Content functions.
global.app_id = steam_get_app_id();
The above code gets the unique app ID for your game on Steam and
stores it in a global variable.