> For the complete documentation index, see [llms.txt](https://akulla-pro.gitbook.io/aphone/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://akulla-pro.gitbook.io/aphone/api-shared-1/numbers.md).

# Numbers

## PLAYER:aphone\_GetID()

Return SQL ID of the user

## aphone.GetNumber(int id)

{% hint style="info" %}
Use this function only for offline IDs, if the player is connected, use aphone\_GetNumber player meta to avoid any collision numbers
{% endhint %}

Return the number-formatted ID

## PLAYER:aphone\_GetNumber()

Get number of a player

## aphone.GetName(player/aphone\_id e)

Return the name of the player. Will search in this order

Contact name -> If Player, return name -> Return number-formatted ID

{% hint style="danger" %}
Only Exist Clientside
{% endhint %}
