TCPDF::stringRightTrim( $str, $replace = '' )
Right trim the input string
Description Description
Parameters Parameters
- $str
-
(Required) (string) string to trim
- $replace
-
(Optional) (string) string that replace spaces.
Default value: ''
Return Return
(right) trimmed string
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
5.8.000 | Introduced. |