ReflectionObject::export

(PHP 5)

ReflectionObject::exportExport

說明

public static string ReflectionObject::export ( string $argument [, bool $return ] )

Exports a reflection.

Warning

此函式目前沒有參考文件;只有引數列表。

參數

argument

匯出的反射。

return

設為 TRUE 時回傳匯出結果,設為 FALSE(預設值)則忽略回傳。

回傳值

如果參數 return 設為 TRUE,匯出結果將作為 string 回傳,否則回傳 NULL

參見

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top