IntlChar::toupper

IntlChar::toupper

(PHP 7)

IntlChar::toupperMake Unicode character uppercase

Description

public static mixed IntlChar::toupper ( mixed $codepoint )

The given character is mapped to its uppercase equivalent. If the character has no uppercase equivalent, the character itself is returned.

Parameters

codepoint

The integer codepoint value (e.g. 0x2603<