You are viewing an older version of the site. Click here to view
the latest version of this page. (This may be a dead link, if so, try the root page of the docs
here.)
== get_value ==
[[../objects/ms.lang.FormatException|ms.lang.FormatException]] |- ! scope="row" | Since | 3.0.2 |- ! scope="row" | Restricted |
Returns a stored value stored with store_value. If the key doesn't exist in storage, null is returned. On a more detailed note: If the value stored in the persistence database is not actually a construct, then null is also returned.
=== Vital Info ===
{| style="width: 40%;" cellspacing="1" cellpadding="1" border="1" class="wikitable"
|-
! scope="col" width="20%" |
! scope="col" width="80%" |
|-
! scope="row" | Name
| get_value
|-
! scope="row" | Returns
| mixed
|-
! scope="row" | Usages
| [namespace, ...,] key
|-
! scope="row" | Throws
| [[../objects/ms.lang.IOException|ms.lang.IOException]][[../objects/ms.lang.FormatException|ms.lang.FormatException]] |- ! scope="row" | Since | 3.0.2 |- ! scope="row" | Restricted |
Yes
|-
! scope="row" | Optimizations
| None
|}
=== Usages ===
get_value([namespace, ...,] key)=== Examples === Sorry, there are no examples for this function! :( ===See Also===
[[API/functions/store_value.html|store_value]]
, [[API/functions/get_values.html|get_values]]
, [[API/functions/has_value.html|has_value]]
, [[Persistence_Network|Learning Trail: Persistence Network]]Find a bug in this page? Edit this page yourself, then submit a pull request. (Note this page is automatically generated from the documentation in the source code.)