File path: dist/twist/Core/Utilities/Validate.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
compare
— Validate the comparison between two items/strings/integers.
Name | Description |
---|---|
$mxdValue1 | n/a |
$mxdValue2 | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$mxdValue1 = 'foo-123';
$mxdValue2 = 'foo-123';
//Call the function compare with the example vars
Twist::Validate() -> compare($mxdValue1, $mxdValue2);