N
name/value pair

The format for a query string passed to a web page; any query string is composed of one or more name/value pairs. Access is provided by the global arrays $_POST or $_GET, with the name functioning as the array key.

overloaded

A characteristic of a method; describes the ability to behave differently when supplied with different parameters. In PHP, this term is usually applied to the __call, __set, and __get methods, in the sense that one method may handle a number of different methods or properties. (Because PHP is a weakly-typed language, you cannot have an overloaded method as understood in some other OO languages—namely, one method name but different method signatures.)

override

The act of redefining the method of a ...

Get Object-Oriented PHP now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.