API17

Difference between revisions of "JString::strlen"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 28: Line 28:
 
int number of UTF-8 characters in string
 
int number of UTF-8 characters in string
 
===Defined in===
 
===Defined in===
libraries/joomla/utilities/string.php
+
libraries/joomla/utilities/string.php (line 150)
 +
* see source code in [[jplatform:utilities/string.php#cl-150|BitBucket]]
 
===Referenced by===
 
===Referenced by===
* [[JHtmlString/abridge/11.1|JHtmlString::abridge]]
+
* [[JHtmlString::abridge/11.1|JHtmlString::abridge]]
 
* [[compliant/11.1|compliant]]
 
* [[compliant/11.1|compliant]]
* [[JHtmlList/genericordering/11.1|JHtmlList::genericordering]]
+
* [[JHtmlList::genericordering/11.1|JHtmlList::genericordering]]
* [[JHtmlString/truncate/11.1|JHtmlString::truncate]]
+
* [[JHtmlString::truncate/11.1|JHtmlString::truncate]]
 
* [[valid/11.1|valid]]
 
* [[valid/11.1|valid]]
 
===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::strlen[edit]

Description[edit]

UTF-8 aware alternative to strlen Returns the number of characters in the string (NOT THE NUMBER OF BYTES),.

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

Synopsis[edit]

public static JString::strlen ($str)
Parameter Type Default Description
$str string UTF-8 string

Returns[edit]

int number of UTF-8 characters in string

Defined in[edit]

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

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JString::strlen

Examples[edit]

<CodeExamplesForm />