is_stringy()

Since v1.8.0

Description

is_stringy() - can we use the variable as a string?

boolean is_stringy(mixed $item);

is_stringy() is a convenience wrapper around IsStringy::check(). See IsStringy::check() for details.