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.
PHP: The Missing Bits
Features that we wish came with PHP
Since v1.8.0
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.