Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "data":{
- "function":{
- "label":"Functions",
- "elements":{
- ...
- "function.strncasecmp":{
- "tokens":["strncasecmp"],
- "id":"function.strncasecmp",
- "name":"strncasecmp",
- "description":"Binary safe case-insensitive string comparison of the first n characters"
- },
- "function.strncmp":{
- "tokens":["strncmp"],
- "id":"function.strncmp",
- "name":"strncmp",
- "description":"Binary safe string comparison of the first n characters"
- },
- "function.strpbrk":{
- "tokens":["strpbrk"],
- "id":"function.strpbrk",
- "name":"strpbrk",
- "description":"Search a string for any of a set of characters"
- },
- ...
- "pdo.prepare":{
- "tokens":["PDO::prepare","prepare","::prepare"],
- "id":"pdo.prepare",
- "name":"PDO::prepare",
- "description":"Prepares a statement for execution and returns a statement object"
- },
- "pdo.query":{
- "tokens":["PDO::query","query","::query"],
- "id":"pdo.query",
- "name":"PDO::query",
- "description":"Executes an SQL statement, returning a result set as a PDOStatement object"
- },
- ...
- "faq.com":{
- "tokens":["PHP and COM"],
- "id":"faq.com",
- "name":"PHP and COM",
- "description":"PHP and COM"
- },
- "faq.migration5":{
- "tokens":["Migrating from PHP 4 to PHP 5"],
- "id":"faq.migration5",
- "name":"Migrating from PHP 4 to PHP 5",
- "description":"Migrating from PHP 4 to PHP 5"
- },
- "faq.misc":{
- "tokens":["Miscellaneous Questions"],
- "id":"faq.misc",
- "name":"Miscellaneous Questions",
- "description":"Miscellaneous Questions"
- }
- ...
- }
- }
- },
- "time":1456333150616
- }
Advertisement
Add Comment
Please, Sign In to add comment