Content deleted Content added
Simply Habit (talk | contribs) Scope's a feature in many prog languages and saying PHP "offers the advantage of plain and simple" is bias. Plus wording is awkward English and scope is covered in detail on its page: Scope (computer science). Disagree? User talk:Simply Habit' |
|||
Line 62:
<source lang="php">
class person {
public $height;
protected $social_insurance;
|