PHP » GoLang |
login |
register |
about
|
ctype_space(PHP 4 >= 4.0.4, PHP 5, PHP 7) ctype_space — Check for whitespace character(s) Description
bool ctype_space
( string
$text
)
Checks if all of the characters in the provided string,
Parameters
Return Values
Returns Examples
Example #1 A ctype_space() example
<?php The above example will output: The string 'string1' consists of whitespace characters only. The string 'string2' contains non-whitespace characters. The string 'string3' contains non-whitespace characters. Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|