Author: SSWUG Research

Community

Object Serialization

(Anthony Hart) The technique to which I refer is called “Object Serialization”. Object Serialization is a process through which an object’s state is transformed into some serial data format, such as XML or a binary format, in order to be stored for some later use. In other words, the object is “dehy

Community

Using PHP on the command line

(Vincent Danen) PHP is generally regarded as one of the most powerful and easy-to-learn Web scripting technologies, and emphasis has largely been devoted to using PHP on Web sites. However, the same power that can be harnessed to handle complex Web sites can also be used on the command line. Like Pe