ReflectionParameter::export

( excerpt from http://php.net/manual/en/reflectionparameter.export.php )

public static function export(
  $function,
  $parameter,
  $return = false,
);

Exports. Warning: This function is currently not documented; only its argument list is available.

Parameters

  • $function
  • $parameter
  • $return = false

Returns

  • mixed - The exported reflection.