tags:

views:

91

answers:

5

Where can I find a one-page (any size) cheat sheet of PHP functions, syntax, and block constructs?

A: 

These reference charts are usually referred to as cheatsheets.

Here are a few links, but Google will turn up many others:

http://www.addedbytes.com/cheat-sheets/php-cheat-sheet/
http://www.addedbytes.com/cheat-sheets/php-cheat-sheet-version-1/

Martijn Heemels
+1  A: 

You mean something like a Cheat Sheet?

There's also a great page for the results of variable tests that I find very useful.

zombat
+1 For variables tetst Thank you!
Luc M
+1  A: 

You may find a lot of PHP cheat sheets on TechPosters website.

sashaeve