arrayutil.php
Table of Contents
- createstring() : string
- Turns the given parameter into a string.
Functions
createstring()
Turns the given parameter into a string.
createstring(mixed $array) : string
If the given parameter is an array or object, it is serialized, and the serialized string is return.
Otherwise, the parameter is cast as a string and returned.
Parameters
- $array : mixed