PHP Classes

File: tests/features/preload-with-name.json

Recommend this page to a friend!
  Classes of Cesar D. Rodas   PHP JSON API Server   tests/features/preload-with-name.json   Download  
File: tests/features/preload-with-name.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP JSON API Server
Handle REST API requests with functions in scripts
Author: By
Last change:
Date: 7 years ago
Size: 264 bytes
 

Contents

Class file image Download
{ "request": { "requests":[ ["is_prime3", {"q": 1}], ["is_prime3", {"q": 2}], ["is_prime3", {"q": 3}], ["is_prime3", {"q": 4}], ["is_prime3", {"q": 5}] ] }, "response": [true, true, true, false, true] }