Returns true, if the string is empty, too.
![]() | is_string描述bool is_string ( mixed var )如果 var 是 string 则返回 TRUE,否则返回 FALSE。 参见 is_bool()、is_int()、is_integer()、is_float()、is_real()、is_object() 和 is_array()。 ![]()
djhook at users dot sourceforge dot net
12-Sep-2003 10:20
function is_upper($input) {
slicky at newshelix dot com
20-Mar-2001 09:06
Be aware that this function could result into unwanted results if you check single chars in an array.
| ![]() |