LoginSignup
3
2

More than 5 years have passed since last update.

静的なプロパティの意味

Posted at

静的(スタティック)なプロパティとは、クラスで固定的に設定されるプロパティのことで、Static設定すると、スコープ定義演算子「::」を使うことでクラスのインスタンスを作らなくてもメンバ関数をコールできるようになる。

参考文献
static キーワード
http://www.phppro.jp/phpmanual/php/language.oop5.static.html

スタティックメンバ/クラス定数
http://www.shigeweb.jp/php/project_p/?section=php5oop&page=static

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2