0
0

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 var_dump

Posted at

PHPで配列の中身を知りたいときに使う。

var_dump($知りたい配列の変数)

例えば $nameの中身に何が入ってるか知りたい

var_dump($name)

で中身が知れます。

便利です。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?