data mit json hinzugefügt

This commit is contained in:
2024-10-16 14:00:54 +02:00
parent 8b08cabd01
commit 884d15f1cc
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -165,7 +165,8 @@ return $json;
*/
$options = [
'http' => [
'header' => "id: test\r\n",
'header' => "daten: " . $json . "\r\n".
"id: test\r\n",
'method' => 'POST',
],