is_callable_with_name

function is_callable_with_name(
  mixed $callback,
  bool $syntax_only,
  inout mixed $callable_name,
): bool;

Parameters

  • mixed $callback
  • bool $syntax_only
  • inout mixed $callable_name

Returns

  • bool