TCPDF::stringTrim( $str, $replace = '' )
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
(trimmed) string
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
5.8.000 | Introduced. |