User Tools

Site Tools


en:serialize

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:serialize [2016/09/08 12:38]
admin
en:serialize [2020/02/28 10:46]
Line 1: Line 1:
-===== Serialize (Function) ===== 
- 
-==== Format ==== 
-**serialize** ( [[arrays|array]] )\\ 
-**serialize** ( [[Lists|{ x1, y1, x2, y2, x3, y3 ... }]] ) 
- 
-returns [[stringexpressions|string_expression]] 
- 
-==== Description ==== 
- 
-The serialize statement creates a string that encodes the dimensions, types, and values in an array.  The [[Unserialize|Unserialize]] function will take a "serialized" string and return an array or list. 
- 
-Often developers will create a serialized string so that they may save the values in an array into a data file or a database table.   
-==== Example ==== 
-<code> 
- 
-</code> 
-will display 
-<code> 
- 
-</code> 
- 
-==== See Also ==== 
-{{page>en:start#String Handling&noheader}} 
- 
-==== History ====  
-|1.99.99.65|New to Version| 
  
en/serialize.txt ยท Last modified: 2020/02/28 10:46 (external edit)