PHP Salt


A little dash of PHP... my collection of php functions

Version: 2.33.2
Last Build: December 29, 2023 20:28pm (PST)

Main Menu

Home

Get PHP Salt


The Functions

array
db
file
graph
html
mail
math
misc
mobile
script
string
system
time
web
psSerialRead()
Read a serialized variable from a file


Description:

This reads in a serialized variable from a file.
This is nice for when you need to read / write an array of data to a file
and keep keys and values intact.



Usage:

$var = psSerialRead("/tmp/file.dat");



Example:







Code:


function psSerialRead($wFile)
{
$ary = unserialize(trim(psFileGetContents($wFile)));
return $ary;
}



Changlelog:


See Also

  psSerialWrite()
And a shot out to:

PHP - php.net
Fedora Server - getfedora.com
Shameless ads to pay for site