| unserialize() | ใช้แปลงข้อมูลในรูป byte-stream ให้กลับมาเป็นตัวแปรก่อนถูกแปลง |
|---|
function:unserialize ( string );
return type:mixed
content:ใช้แปลงข้อมูลในรูป byte-stream ให้กลับมาเป็นตัวแปรก่อนถูกแปลง
example:$stream = serialize ( "bamboo" ); echo unserialize ( $stream );