Common operators in php

From Computer Science Wiki
Revision as of 11:01, 13 September 2016 by Mr. MacKenty (talk | contribs) (Created page with "right|frame|PHP Programming Language<ref>http://www.flaticon.com/</ref> There are several different types of operators in PHP. An operator is something that...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
PHP Programming Language[1]

There are several different types of operators in PHP. An operator is something that takes one or more values (or expressions, in programming jargon) and yields another value (so that the construction itself becomes an expression).[2]


References