This function displays structured information about one or more expressions that includes its type and value. Arrays and objects are explored recursively with values indented to show structure.
In PHP only public properties of objects will be returned in the output. var_export() and print_r() will also return protected and private properties.
提示: 任何直接把輸出到瀏覽器的結果,可使用輸出控制函數來擷取此函數的輸出,再將之存入一個字串(舉例說明)。
See also var_export() and print_r().