API17:JString::strlen
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JString::strlen|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JString::strlen|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function strlen ($str) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 22: | Line 21: | ||
|string | |string | ||
| | | | ||
| − | |UTF-8 string | + | |UTF-8 string |
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' int number of UTF-8 characters in string | |
| − | int number of UTF-8 characters in string | + | * '''Defined''' on line 146 of libraries/joomla/utilities/string.php |
| − | + | * '''Referenced by''' | |
| − | libraries/joomla/utilities/string.php | + | ** [[JHtmlString::abridge/11.1|JHtmlString::abridge]] |
| − | + | ** [[compliant/11.1|compliant]] | |
| − | * [[JHtmlString | + | ** [[JHtmlList::genericordering/11.1|JHtmlList::genericordering]] |
| − | * [[compliant/11.1|compliant]] | + | ** [[JHtmlString::truncate/11.1|JHtmlString::truncate]] |
| − | * [[JHtmlList | + | ** [[valid/11.1|valid]] |
| − | * [[JHtmlString | + | |
| − | * [[valid/11.1|valid]] | + | |
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JString::strlen source code''' on [[jplatform:utilities/string.php#cl-138|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JString/11.1|JString]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Utilities/11.1|Utilities]] | ||
| + | * [[JString::strlen|Other versions of JString::strlen]] | ||
| + | {{SeeAlso:JString::strlen}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JString::strlen|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JString::strlen|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 50: | Line 49: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JString]][[Category:JString::strlen]]</noinclude> | <noinclude>[[Category:JString]][[Category:JString::strlen]]</noinclude> | ||
Revision as of 21:44, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JString::strlen
Description
UTF-8 aware alternative to strlen Returns the number of characters in the string (NOT THE NUMBER OF BYTES),.
Description:JString::strlen [Edit Descripton]
public static function strlen ($str)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $str | string | UTF-8 string |
- Returns int number of UTF-8 characters in string
- Defined on line 146 of libraries/joomla/utilities/string.php
- Referenced by
See also
-
JString::strlen source code on BitBucket
-
Class JString
-
Subpackage Utilities
- Other versions of JString::strlen
SeeAlso:JString::strlen [Edit See Also]
User contributed notes
<CodeExamplesForm />
