tony311

php.net local storage JSON

Feb 24th, 2016
927
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.77 KB | None | 0 0
  1. {
  2.     "data":{
  3.         "function":{
  4.             "label":"Functions",
  5.             "elements":{
  6.                
  7.                 ...
  8.                
  9.                 "function.strncasecmp":{
  10.                     "tokens":["strncasecmp"],
  11.                     "id":"function.strncasecmp",
  12.                     "name":"strncasecmp",
  13.                     "description":"Binary safe case-insensitive string comparison of the first n characters"
  14.                 },
  15.                
  16.                 "function.strncmp":{
  17.                     "tokens":["strncmp"],
  18.                     "id":"function.strncmp",
  19.                     "name":"strncmp",
  20.                     "description":"Binary safe string comparison of the first n characters"
  21.                 },
  22.                
  23.                 "function.strpbrk":{
  24.                     "tokens":["strpbrk"],
  25.                     "id":"function.strpbrk",
  26.                     "name":"strpbrk",
  27.                     "description":"Search a string for any of a set of characters"
  28.                 },
  29.                
  30.                 ...
  31.                
  32.                 "pdo.prepare":{
  33.                     "tokens":["PDO::prepare","prepare","::prepare"],
  34.                     "id":"pdo.prepare",
  35.                     "name":"PDO::prepare",
  36.                     "description":"Prepares a statement for execution and returns a statement object"
  37.                 },
  38.                
  39.                 "pdo.query":{
  40.                     "tokens":["PDO::query","query","::query"],
  41.                     "id":"pdo.query",
  42.                     "name":"PDO::query",
  43.                     "description":"Executes an SQL statement, returning a result set as a PDOStatement object"
  44.                 },
  45.                
  46.                 ...
  47.                
  48.                 "faq.com":{
  49.                     "tokens":["PHP and COM"],
  50.                     "id":"faq.com",
  51.                     "name":"PHP and COM",
  52.                     "description":"PHP and COM"
  53.                 },
  54.                
  55.                 "faq.migration5":{
  56.                     "tokens":["Migrating from PHP 4 to PHP 5"],
  57.                     "id":"faq.migration5",
  58.                     "name":"Migrating from PHP 4 to PHP 5",
  59.                     "description":"Migrating from PHP 4 to PHP 5"
  60.                 },
  61.                
  62.                 "faq.misc":{
  63.                     "tokens":["Miscellaneous Questions"],
  64.                     "id":"faq.misc",
  65.                     "name":"Miscellaneous Questions",
  66.                     "description":"Miscellaneous Questions"
  67.                 }
  68.                
  69.                 ...
  70.             }
  71.         }
  72.     },
  73.     "time":1456333150616
  74. }
Advertisement
Add Comment
Please, Sign In to add comment