icu_match_with_matches

function icu_match_with_matches(
  string $pattern,
  string $subject,
  inout mixed $matches,
  int $flags = 0,
): mixed;

Parameters

  • string $pattern
  • string $subject
  • inout mixed $matches
  • int $flags = 0

Returns

  • mixed