Shield
2 posts tagged with "Shield"
shield
function
The shield action converts value to a shielded (secure, encrypted) value. It belongs to the server category within the platform area.
Action Syntax
shield $variable
A variable name starting with $
Return Value
This function returns a
ITEM
value that can be stored in a variable:
$result = shield
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$item = shield $any
Action code: 3919419305
Version: 0.6.4-0
Last updated: 2025-06-13
unshield
The unshield action unshield a shielded value. It belongs to the shield category within the system area.
Action Syntax
unshield $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$any = unshield $value
Action code: 3274842887
Version: 0.6.4
Last updated: 2025-06-13