register_postsend_function

function register_postsend_function<T>(
  (function(): T) $function,
): void;

Parameters

  • (function(): T) $function

Returns

  • void