3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

phpの「=>」(ダブルアロー演算子)と「->」(アロー演算子)

Posted at

#「=>」:ダブルアロー演算子

連想配列のこの「キー」にこの「値」を入れますよー
というのを表すための演算子。

phpの
ダブルアローがわからなければこれを読むんだ!!

#「->」:アロー演算子

インスタンスの持つ、プロパティにアクセスするための演算子。

この記事で私は理解した。

インスタンスは「クラスを実体化したもの」。
インスタンスがわからないときには、オブジェクト指向を学ぼう。

3
4
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
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?