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: ''


Top ↑

Return Return

(trimmed) string


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
5.8.000 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.