IntlChar::isspace

IntlChar::isspace

(PHP 7)

IntlChar::isspaceCheck if code point is a space character

Description

public static bool IntlChar::isspace ( mixed $codepoint )

Determines if the specified character is a space character or not.

Parameters

codepoint

The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the charac