File path: dist/twist/Twist.php
Namespace: \
respond
— Respond with a HTTP status page, pass in the status code that you require
Name | Description |
---|---|
$intResponseCode | n/a |
[$strCustomDescription = null] | n/a |
[$blExitOnComplete = true] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$intResponseCode = 124;
$strCustomDescription = null;
$blExitOnComplete = true;
//Call the function respond with the example vars
Twist::Twist() -> respond($intResponseCode, $strCustomDescription, $blExitOnComplete);