Json
in package
Table of Contents
Properties
Methods
- decode() : mixed
- encode() : mixed
- isAssociative() : mixed
- isValue() : mixed
- nextIf() : mixed
- nextsIf() : mixed
- nextToken() : mixed
- skip() : mixed
- skips() : mixed
- typeToken() : mixed
Properties
$index
public
int
$index
= 0
$input
public
string
$input
= ""
$length
public
int
$length
= 0
$token
Public variable for whole of the class
public
mixed
$token
= null
Methods
decode()
public
decode(mixed $input[, mixed $init = true ]) : mixed
Parameters
- $input : mixed
- $init : mixed = true
Tags
encode()
public
encode(mixed $array) : mixed
Parameters
- $array : mixed
Tags
isAssociative()
public
isAssociative(array<string|int, mixed> $array) : mixed
Parameters
- $array : array<string|int, mixed>
Tags
isValue()
public
isValue(mixed $token) : mixed
Parameters
- $token : mixed
Tags
nextIf()
public
nextIf(mixed $characterIf) : mixed
Parameters
- $characterIf : mixed
Tags
nextsIf()
public
nextsIf(mixed $characterIf) : mixed
Parameters
- $characterIf : mixed
Tags
nextToken()
public
nextToken() : mixed
Tags
skip()
public
skip(mixed $token, mixed $tok) : mixed
Parameters
- $token : mixed
- $tok : mixed
Tags
skips()
public
skips(mixed $token, mixed $tok) : mixed
Parameters
- $token : mixed
- $tok : mixed
Tags
typeToken()
public
typeToken(mixed $token) : mixed
Parameters
- $token : mixed