February 2013
Intermediate to advanced
538 pages
20h 55m
English
strval
string strval(mixed value)Returns the string equivalent for
value. If value is an object and that
object implements the __toString()
method, it returns the value of that method. Otherwise, if
value is an object that doesn’t implement
__toString() or is an array, the
function returns an empty string.
Read now
Unlock full access