TwistPHP Documentation

url

File path: dist/twist/Core/Utilities/Validate.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

urlValidate the format of a URL

Parameters

Name Type Description
$urlFullLinkstringn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$urlFullLink = ;

//Call the function url with the example vars
Twist::Validate() -> url($urlFullLink);