Lib
in package
classe statique portant qqs méthodes statiques
Table of Contents
Properties
Methods
- deref() : mixed
- encode() : string
- file_get_contents() : array<string|int, mixed>
- predef() : string
- subElement() : mixed
- subElementC() : mixed
- test_subElement() : never
Properties
$patterns
public
static array<string, array<string, mixed>>
$patterns
= []
$predefs
public
static array<string, array<string, mixed>>
$predefs
= []
Methods
deref()
public
static deref(mixed $def) : mixed
Parameters
- $def : mixed
encode()
public
static encode(mixed $val[, int $options = 0 ]) : string
Parameters
- $val : mixed
- $options : int = 0
Return values
stringfile_get_contents()
public
static file_get_contents(string $path) : array<string|int, mixed>
Parameters
- $path : string
Return values
array<string|int, mixed>predef()
public
static predef(string $path) : string
Parameters
- $path : string
Return values
stringsubElement()
public
static subElement(array<string|int, mixed> $content, string $path) : mixed
Parameters
- $content : array<string|int, mixed>
- $path : string
subElementC()
public
static subElementC(array<string|int, mixed> $content, string $path) : mixed
Parameters
- $content : array<string|int, mixed>
- $path : string
test_subElement()
public
static test_subElement() : never