API17

Difference between revisions of "JString::valid"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 30: Line 30:
 
boolean true if valid
 
boolean true if valid
 
===Defined in===
 
===Defined in===
libraries/joomla/utilities/string.php
+
libraries/joomla/utilities/string.php (line 546)
 +
* see source code in [[jplatform:utilities/string.php#cl-546|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 21:20, 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::valid[edit]

Description[edit]

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.

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

Since[edit]

Joomla 11.1

Synopsis[edit]

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

Returns[edit]

boolean true if valid

Defined in[edit]

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

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JString::valid

Examples[edit]

<CodeExamplesForm />