To use this website fully, you first need to accept the use of cookies. By agreeing to the use of cookies you consent to the use of functional cookies. For more information read this page.

Official ZPE/YASS documentationcreate_variable

create_variable (string name, mixed value) ⇒ boolean

Creates a local variable in the current context.

First available: Version 1.8.12

This predefined function will create a variable on the fly. The inline creation of variables is very powerful since the names of the variables can be created based on strings.

Notes

This function will only create $-bound variables. That is, a the variable will always be a non-typed, dynamic variable that's name starts with a $ sign.

Comments
Code previewClose
Feedback 👍
Comments are sent via email to me.