ReflectionExtension::export

(PHP 5)

ReflectionExtension::exportExport

說明

public static string ReflectionExtension::export ( string $name [, string $return = false ] )

Exports a reflected extension. The output format of this function is the same as the CLI argument --re [extension].

參數

name

匯出的反射。

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