category | title |
---|---|
DevelopInDepth |
FAQs |
Go to the Can I use website and enter the name of the feature you want to use. It will tell you which browsers support this specific feature.
Or search through the Mozilla Developer Network which has more granular information about which browsers support specific functions, parameters, syntax, etc.
- You can check the PHP manual. It will tell you which feature is supposed by which PHP versions.
- You can also 3v4l to run a specific code on 300+ different PHP versions and compare the output for each version.