Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Zend_View_Helper_Ellipsis
PHP Class Zend_View_Helper_Ellipsis
Inheritance:
extends
Zend_View_Helper_Abstract
显示文件
Open project: kimai/kimai
Public Methods
Method
Description
ellipsis
(
string
$text
,
integer
$maxLength
= 5 ) :
string
Truncates a given message
Method Details
ellipsis()
public
method
Truncates a given message
public
ellipsis
(
string
$text
,
integer
$maxLength
= 5 ) :
string
$text
string
$maxLength
integer
return
string