Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe BinaryNoFuncOverload

Fonctions membres publiques statiques

static strlen ($s)
 
static strpos ($haystack, $needle, $offset=0)
 
static strrpos ($haystack, $needle, $offset=0)
 
static substr ($string, $start, $length=PHP_INT_MAX)
 
static stripos ($s, $needle, $offset=0)
 
static stristr ($s, $needle, $part=false)
 
static strrchr ($s, $needle, $part=false)
 
static strripos ($s, $needle, $offset=0)
 
static strstr ($s, $needle, $part=false)
 

Description détaillée

Auteur
Nicolas Grekas p@tch.nosp@m.work.nosp@m..com

Documentation des fonctions membres

◆ stripos()

static stripos (   $s,
  $needle,
  $offset = 0 
)
static

Références $offset.

◆ stristr()

static stristr (   $s,
  $needle,
  $part = false 
)
static

◆ strlen()

static strlen (   $s)
static

◆ strpos()

static strpos (   $haystack,
  $needle,
  $offset = 0 
)
static

Références $offset.

◆ strrchr()

static strrchr (   $s,
  $needle,
  $part = false 
)
static

◆ strripos()

static strripos (   $s,
  $needle,
  $offset = 0 
)
static

Références $offset.

◆ strrpos()

static strrpos (   $haystack,
  $needle,
  $offset = 0 
)
static

Références $offset.

◆ strstr()

static strstr (   $s,
  $needle,
  $part = false 
)
static

◆ substr()

static substr (   $string,
  $start,
  $length = PHP_INT_MAX 
)
static

Références $start.


La documentation de cette classe a été générée à partir du fichier suivant :