Skip to content

Instantly share code, notes, and snippets.

@michaelevensen
Created July 2, 2020 15:24
Show Gist options
  • Save michaelevensen/94b1236d6fc3b5c40dc24c4a6f5a0d30 to your computer and use it in GitHub Desktop.
Save michaelevensen/94b1236d6fc3b5c40dc24c4a6f5a0d30 to your computer and use it in GitHub Desktop.
Warning: file_get_contents(http://127.0.0.1:8000//loboApiCurl.php?action=getProductList): failed to open stream: HTTP request failed! in /Users/michaelevensen/Downloads/v1/examplePhp.php on line 30
Abfrage per json(_decode)
Warning: count(): Parameter must be an array or an object that implements Countable in /Users/michaelevensen/Downloads/v1/examplePhp.php on line 36
Anzahl der verfügbaren Produkte: 0
Warning: file_get_contents(http://127.0.0.1:8000//loboApiCurl.php?action=getProductList&responseFormat=base64_serialized): failed to open stream: HTTP request failed! in /Users/michaelevensen/Downloads/v1/examplePhp.php on line 51
Abfrage per unserialize
Warning: count(): Parameter must be an array or an object that implements Countable in /Users/michaelevensen/Downloads/v1/examplePhp.php on line 57
Anzahl der verfügbaren Produkte: 1
Name des 1.Produkts:
print_r der Abfrage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment