API17:JString::valid
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::valid
Description
Tests a string as to whether it's valid UTF-8 and supported by the Unicode standard Note: this function has been modified to simple return true or false.
Description:JString::valid [Edit Descripton]
public static function valid ($str)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $str | string | UTF-8 encoded string |
See also
-
JString::valid source code on BitBucket
-
Class JString
-
Subpackage Utilities
- Other versions of JString::valid
SeeAlso:JString::valid [Edit See Also]
User contributed notes
<CodeExamplesForm />
