apache_notes

Set many apache request notes at once

function apache_notes(
  dict<string> $notes,
): void;

All keys must be strings. All values must be strings. Nullable values may not be used to remove keys as with apache_note(). This function returns nothing.

Parameters

  • dict<string> $notes

Returns

  • void