I have a string that is 141 characters in length. Using the following code I have an if statement to return a message if the string is greater or less than 140.
if
[0]=> string(141) means $message is an array so you should do strlen($message[0]) < 141 ...
[0]=> string(141)
strlen($message[0]) < 141