📜  如果长度大于字符串,则为 php 子字符串..... - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:19.446000             🧑  作者: Mango

代码示例2
if(strlen(trim($string)) > 0){
   // $string has at least one non-space character
}