API17

Difference between revisions of "JString::ltrim"

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 411)
 +
* see source code in [[jplatform:utilities/string.php#cl-411|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::ltrim[edit]

Description[edit]

UTF-8 aware replacement for Strip whitespace (or other characters) from the beginning 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::ltrim [Edit Descripton]

Synopsis[edit]

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

Returns[edit]

Defined in[edit]

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

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JString::ltrim

Examples[edit]

<CodeExamplesForm />