print r 列印關於變數的易於理解的資訊

2022-02-11 19:17:44 字數 487 閱讀 9868

print_r

-列印關於變數的易於理解的資訊。

bool print_r ( mixed $expression [, bool $return ] )

note: 引數

return

是在 php 4.3.0

的時候加上的

print_r() 顯示關於乙個變數的易於理解的資訊。如果給出的是

string

、integer

或 float

,將列印變數值本身。如果給出的是

array

,將會按照一定格式顯示鍵和元素。

object

與陣列類似。

記住,

print_r()

將把陣列的指標移到最後邊。使用

reset()

可讓指標回到開始處。

<?php

print_r ($a);

?>

原文

shell,makefile列印變數的不同

shell列印變數不需要用 否則報錯 dir var echo dir 結果 未找到命令 正確寫法 dir var echo dir 結果 var makefile列印變數需要,若變數只有乙個字母,加不加 或 無所謂,若對於多於乙個字母,必須加 或 否則列印的結果會有問題。l joan all ec...

makefile 列印變數的值

warning 列印變數的值 1,使用info warning error增加除錯資訊 方法1 info,here add the debug info 但是此不能列印出.mk的行號 方法2 warning here add the debug info 方法3 error error this w...

Makefile 列印變數的值

warning 列印變數的值 1,使用info warning error增加除錯資訊 方法1 info,here add the debug info 但是此不能列印出.mk的行號 方法2 warning here add the debug info 方法3 error error this w...