ctype_upper

ctype_upper

(PHP 4 >= 4.0.4, PHP 5, PHP 7)

ctype_upperCheck for uppercase character(s)

Description

bool ctype_upper ( string $text )

Checks if all of the characters in the provided string, text, are uppercase characters.

Parameters

text

The tested string.