PHP Magento Truncate Helper

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP Magento Truncate Helper相关的知识,希望对你有一定的参考价值。

<?php $this->helper('core/string')->truncate($mystring,200); ?>

<?php $this->helper('core/string')->truncate($mystring,200,'...more', $_remainder, true); ?>

以上是关于PHP Magento Truncate Helper的主要内容,如果未能解决你的问题,请参考以下文章

如何在magento中建立自定义页面

Can rename table but can not truncate table

php truncate函数能截取不同字体的字吗

PHP项目SmartySmarty截取字符串方法truncate

php中MYSQL TRUNCATE的使用

php Smarty里面truncate 类似的用法