API17:JString::compliant
From Joomla! Documentation
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::compliant
Description
Tests whether a string complies as UTF-8.
Description:JString::compliant [Edit Descripton]
public static function compliant ($str)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $str | string | UTF-8 string to check |
- Returns boolean TRUE if string is valid UTF-8
- Defined on line 662 of libraries/joomla/utilities/string.php
- Since
See also
-
JString::compliant source code on BitBucket
-
Class JString
-
Subpackage Utilities
- Other versions of JString::compliant
SeeAlso:JString::compliant [Edit See Also]
User contributed notes
<CodeExamplesForm />
