无涯教程-PHP - ctype_digit()函数 ctype_digit() - 语法 ctype_digit ( $text ); 1. 它检查提供的字符串text中的所有字符是否都是数字的。它只检查1.9 ctype_digit() - 返回值 如果文本中的每个字符都是十进制数字,则返回TRUE,否则返回FALSE。 ctype_digit() - 示例 <?php $strings=array('122.50',...
ctype_digit(string) 检查字符串里的字符是不是都是数字,是返回true,不是返回false。
}// filterif(is_array($options['filter'])) {$this->dbFilter('httptest ht', $options, $sqlParts); }// sortingzbx_db_sorting($sqlParts, $options, $sortColumns,'ht');// limitif(zbx_ctype_digit($options['limit']) && $options['limit']) { $sqlParts['limit'...