php 读取时间MODX输出滤波器。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 读取时间MODX输出滤波器。相关的知识,希望对你有一定的参考价值。

<?php
$options = (int) $modx->getOption('options', $scriptProperties, 200, true); // 200 words per minute
$wordCount = (int) str_word_count(strip_tags($input)); // To display word count set options to 0
if ($options === 0) return $wordCount;
return ceil($wordCount / abs($options));

以上是关于php 读取时间MODX输出滤波器。的主要内容,如果未能解决你的问题,请参考以下文章

如何实现 SEF 分页(同上)- MODx?

ModX 两个域,一个站点

ModX/PHP:在连接到数据库的根目录中有我自己的文件吗?

php MODX所有资源都改变了模板

PHP MODx referer身份验证代码段

PHP MODx包括模板