API17

JString::strspn

From Joomla! Documentation

Revision as of 17:17, 11 May 2013 by JoomlaWikiBot (talk | contribs) (→‎User contributed notes: moving preparation)

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::strspn[edit]

Description[edit]

UTF-8 aware alternative to strspn Find length of initial segment matching mask.

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

public static function strspn (
        $str
        $mask
        $start=NULL
        $length=NULL
)
Parameter Type Default Description
$str string the haystack
$mask string the mask
$start int NULL start optional
$length int NULL length optional
  • Returns int
  • Defined on line 351 of libraries/joomla/utilities/string.php

See also[edit]

Template:SeeAlso:JString::strspn [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />