|
I've been searching for a table that shows the differences in function names, methods, attributing etc. between the two languages. What I mean by that is a table that looks like this:
concat string-------- Javascript: + -----------PHP: .------
length of string ------ Javascript: string.length --------- PHP: strlen
Whenever I loose my mind because of looking in files that contains both, I look at this table and rearrange my thoughts.
|