ReflectionParameter
PHP Manual

ReflectionParameter::export

(PHP 5)

ReflectionParameter::exportExports

Описание

public static string ReflectionParameter::export ( string $function , string $parameter [, bool $return ] )

Exports.

Предупреждение

Към момента тази функция не е документирана; наличен е единствено списъкът с аргументите й.

Параметри

function

The function name.

parameter

The parameter name.

return

Setting to TRUE will return the export, as opposed to emitting it. Setting to FALSE (the default) will do the opposite.

Връщани стойности

The exported reflection.

Вж. също


ReflectionParameter
PHP Manual