我在下面的语句中放置子字符串时遇到问题。
我的愿望是在19个位置之后削减输出,但我正在努力学习语法。
非常感谢您的帮助! - 谢谢
{{1}}
答案 0 :(得分:0)
试试这样..
<?php
$name = $_helper->productAttribute ($_product,$_product->getName(),'name');
echo substr($name,0,19);
?>
有关详情,请参阅此处http://www.w3schools.com/php/func_string_substr.asp
答案 1 :(得分:0)
$ tsc --target ES5
答案 2 :(得分:0)
你可能想在php中查看substr函数。以下链接可能会有所帮助 http://php.net/manual/en/function.substr.php