php autoCompletion (php.xml) parser
-
Hi!
Created parser to parse all functions with descriptions and keywords from php.net docs. Here is the project. The script could be adapted to retrieve keywords for other popular languages/frameworks especially if you have Zeal Docs installed locally.
The
php.xml
file with all PHP functions and functions from WordPress docs you can find here.The description of the function is on the second slide of the parameter hint. Other slides of the hint describe return values that depend on the parameter input.
- first slide that does not disturb https://prnt.sc/22e6fpm
- second slide with description https://prnt.sc/22e6ksp
- other slides https://prnt.sc/22e6qo2, https://prnt.sc/22e6tij
Hopefully, it will be useful for someone.
Best regards! -
-
I can provide you with all PHP function/method names (more than 8500 words), so you could add them in PHP language highlight, but I’ll need to run parser once again (~4 hours that burn my laptop) and write a script to extract names.