-
Notifications
You must be signed in to change notification settings - Fork 0
API JSONTools
Christophe SAUVEUR edited this page Apr 21, 2024
·
1 revision
class JSONTools
Class containing utility functions for encoding data in JSON
Since 1.0
public static function filterAndEncode(mixed $var): string
Filter the specified value and encode it in JSON
Since 1.0
Name | Type | Description |
---|---|---|
$var |
mixed |
Value to filter and encode |
string
A JSON-encoded string representing the specified value
Getting Started | Framework Reference | API Reference | MFX is released under the MIT license