VDS Renaissance のインターフェースは複数の言語に対応しています。公式ドキュメントは、単一で一貫した常に最新のリファレンスを保証するため、英語で管理されています。
@URLENCODE
Windows ✓Linux ✓macOS ⏳
Syntax
@URLENCODE(<string>)
Description
This function returns the value of <string> in which the characters $0..$20, '"', '#', '%', '<', '>', '[', '\, ']', '^', '`', '{', '|', '}', '~' and $7F..$FF are encoded with their hexadecimal ASCII codes (e.g. space = %20) to comply with the format for a web URL.
OK
Unchanged.