isAlpha
Returns true if the string contains only alphabetic chars, false otherwise.
Description
bool isAlpha()
Return Value
bool
Whether or not $str contains only alphabetic chars
Returns true if the string contains only alphabetic chars, false otherwise.
bool isAlpha()
bool
Whether or not $str contains only alphabetic chars