+1 vote
in PHP by

How can we display information of a variable and readable by a human with PHP?

1 Answer

0 votes
by
To be able to display a human-readable result we use print_r().

Related questions

0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
0 votes
asked Jun 23, 2019 in PHP by SakshiSharma
...