IntlChar::ispunct

IntlChar::ispunct

(PHP 7)

IntlChar::ispunctCheck if code point is punctuation character

Description

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

Determines whether the specified code point is a punctuation character.

TRUE for characters with general categories "P" (punctuation).

Parameters

codepoint

The 登录查看完整内容