JSON Api

09.01.2020

usr + key "peter" => "e8b6f5b4a6f599caaca5_352466", "wolfgang" => "e8b6f5b4a6f599caaca5_352400" http://ea.mffs.de/doc/json/json.php?usr=usr&key=key&number=1

<?php
Array
(
    [time] => 2020-01-09 14:49:07
    [authorization] => Array
        (
            [state] => authorized
            [name] => peter
            [id] => 352466
        )

    [number] => Array
        (
            [input] => 1
            [Yx10] => 10
            [1/Y] => 1
            [percent] => 100
            [YxY] => 1
        )

    [result] => success
    [username] => PETER
)
?>


Wichtig für korrekte UTF8 Umlaute:

json_encode($string, JSON_UNESCAPED_UNICODE) 

09.01.2020



Zurück