Handler
Handler.php
:
12
Input format handler base class.
Methods¶
convert() ¶
Handler.php
:
21
Converts the given string to an array structure.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$string | string | - | - |
Return values
array<string|int, mixed>