PHP3 Manual | ||
---|---|---|
Prev | Next |
strval -- Get string value of a variable.
Returns the string value of var.
var may be any scalar type. You cannot use strval() on arrays or objects.
See also doubleval(), intval(), settype() and Type juggling.
Prev | Home | Next |
empty | Up | is_array |