GetEncoding()

Returns the encoding (character set) of the Form or URL scope.

GetEncoding( scope=string );

Returns: String

Argument Description
scope
string, required

one of the following

  • form
  • url

Examples

my_scope = getEncoding("url");
dump(my_scope); // UTF-8

See also