Ctype::ctype_lower()
Method: Returns TRUE if every character in text is a lowercase letter.
Source: vendor/symfony/polyfill-ctype/Ctype.php:112
Method: Returns TRUE if every character in text is a lowercase letter.
Source: vendor/symfony/polyfill-ctype/Ctype.php:112
Method: Returns TRUE if every character in text will actually create output (including blanks). Returns FALSE if text contains control characters or characters that do not have any output or control function at all.
Source: vendor/symfony/polyfill-ctype/Ctype.php:128
Method: Returns TRUE if every character in text is printable, but neither letter, digit or blank, FALSE otherwise.
Source: vendor/symfony/polyfill-ctype/Ctype.php:144
Method: Returns TRUE if every character in text creates some sort of white space, FALSE otherwise. Besides the blank character this also includes tab, vertical tab, line feed, carriage return and form feed characters.
Source: vendor/symfony/polyfill-ctype/Ctype.php:160
Method: Returns TRUE if every character in text is an uppercase letter.
Source: vendor/symfony/polyfill-ctype/Ctype.php:176
Method: Returns TRUE if every character in text is a hexadecimal ‘digit’, that is a decimal digit or a character from [A-Fa-f] , FALSE otherwise.
Source: vendor/symfony/polyfill-ctype/Ctype.php:192
Method: Constructor
Source: wp-includes/Requests/src/Transport/Curl.php:102
Method: Create a new exception.
Source: wp-includes/Requests/src/Exception/Transport/Curl.php:54
Method: Destructor
Source: wp-includes/Requests/src/Transport/Curl.php:127
Method: Format a URL given GET data
Source: wp-includes/Requests/src/Transport/Curl.php:568