Skip to content

Storing the basic info of all PHP functions in a json file, like: name, version supporting.

Notifications You must be signed in to change notification settings

imty42/all-php-functions-in-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All php functions

Storing the basic info of all deprecated PHP functions(12) in a json file, like: name, version supporting.

eg:

    {
        "func_name": "mcrypt_generic_end",
        "func_page_url": "http:\/\/php.net\/manual\/en\/function.mcrypt-generic-end.php",
        "func_strs": [
            "bool mcrypt_generic_end ( resource $td )"
        ],
        "version_string": "PHP 4 >= 4.0.2, PHP 5",
        "version_deprecated": "5.3.0",
        "version_removed": "7.0.0",
        "func_alternatives": [
            "mcrypt_generic_deinit"
        ]
    }

On the stage of paring thousands of page, Dash localhost doc service helps a lot.

Links related:

About

Storing the basic info of all PHP functions in a json file, like: name, version supporting.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages