Function __global->save_user_metadata

Definitions

sources/lookup.php

  • Save analytics metadata for the current user's request into a file.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$include_referer boolean False N/A N/A Whether to include the referer
$member_id ?MEMBER Null N/A N/A Member to lookup (null: current user)
$ip ?IP Null N/A N/A IP address (null: current / member's)

Return

  • The path of the file
  • Type: PATH
  • Set: N/A
  • Range: N/A