Answers for "php empty check null empty string"

PHP
0

php check if text is blank

if(trim($text) == ''){
 echo '$text is empty'; 
}
Posted by: Guest on October-28-2021

Code answers related to "php empty check null empty string"

Browse Popular Code Answers by Language