[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/voku/portable-utf8/src/voku/helper/ -> Bootup.php (summary)

(no description)

File Size: 240 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Bootup:: (6 methods):
  filterRequestInputs()
  filterRequestUri()
  filterString()
  get_random_bytes()
  initAll()
  is_php()


Class: Bootup  - X-Ref


filterRequestInputs(int $normalization_form = \Normalizer::NFC,string $leading_combining = '◌')   X-Ref
filter request inputs

Ensures inputs are well formed UTF-8
When not, assumes Windows-1252 and converts to UTF-8
Tests only values, not keys

param: int    $normalization_form
param: string $leading_combining
return: bool

filterRequestUri($uri = null, bool $exit = true)   X-Ref
Filter current REQUEST_URI .

param: string|null $uri  <p>If null is set, then the server REQUEST_URI will be used.</p>
param: bool        $exit
return: mixed

filterString($input,int $normalization_form = \Normalizer::NFC,string $leading_combining = '◌')   X-Ref

param: array $m
return: string

get_random_bytes($length)   X-Ref
Get random bytes via "random_bytes()"

param: int $length <p>output length</p>
return: false|string

initAll()   X-Ref

return: bool

is_php($version)   X-Ref
Determines if the current version of PHP is equal to or greater than the supplied value.

param: string $version <p>e.g. "7.1"<p>
return: bool



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer