API17

Difference between revisions of "JString::rtrim"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 33: Line 33:
  
 
===Defined in===
 
===Defined in===
libraries/joomla/utilities/string.php
+
libraries/joomla/utilities/string.php (line 439)
 +
* see source code in [[jplatform:utilities/string.php#cl-439|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 21:19, 23 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JString::rtrim[edit]

Description[edit]

UTF-8 aware replacement for Strip whitespace (or other characters) from the end of a string Note: you only need to use this if you are supplying the charlist optional arg and it contains UTF-8 characters.

Template:Description:JString::rtrim [Edit Descripton]

Synopsis[edit]

public static JString::rtrim ($str, $charlist=FALSE)
Parameter Type Default Description
$str
$charlist FALSE

Returns[edit]

Defined in[edit]

libraries/joomla/utilities/string.php (line 439)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JString::rtrim

Examples[edit]

<CodeExamplesForm />