ReflectionExtension::export

(PHP 5, PHP 7)

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

내보낼 reflection

return

TRUE로 설정하면 export를 반환하고, 반대의 경우는 버립니다. FALSE로 설정(기본값)은 반대를 수행합니다.

반환값

return 인수를 TRUE로 설정하면, export를 string으로 반환합니다. 그렇지 않으면 NULL을 반환합니다.

참고

add a note add a note

User Contributed Notes

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