IntlChar::istitle

IntlChar::istitle

(PHP 7)

IntlChar::istitleCheck if code point is a titlecase letter

Description

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

Determines whether the specified code point is a titlecase letter.

TRUE for general category "Lt" (titlecase letter).

Parameters

codepoint

The integer登录查看完整内容