Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
190 views
in Technique[技术] by (71.8m points)

nothing - PHP - how i can have a list of all the php code?

I want to have a list of all the php code with its description(php code bank). Sorry, I did not find it on Google. If anyone has a link or PDF of it, please let me know. thank you

question from:https://stackoverflow.com/questions/65940811/php-how-i-can-have-a-list-of-all-the-php-code

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

There are many documentation websites that very concisely explain PHP's syntax. PHP.net is the official resource/language manual. W3Schools.com is also a reputable source for various documentation and tutorials.

There is no such thing as an official, beginner-friendly "cheat sheet" that concisely explains how to program PHP in one page, however. The language is much more complex than could be covered by very simple PDF cheat sheets such as these. My recommendation is to follow the W3schools tutorials and to use the official documentation to supplement where needed. This will give you a much deeper and more thorough understanding of the language and how it interacts with your browser.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...