File path: dist/twist/Twist.php
Namespace: \
define
— Define PHP Defines but automatically checks to see if has already been defined, if so the new define is ignored but no error is thrown.
Name | Description |
---|---|
$strKey | n/a |
$mxdValue | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strKey = 'foo';
$mxdValue = 'foo-123';
//Call the function define with the example vars
Twist::Twist() -> define($strKey, $mxdValue);