Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Redaxscript
Validator
Url
PHP Class Redaxscript\Validator\Url
Since:
2.2.0
Author:
Henry Ruhs
Author:
Sven Weingartner
Inheritance:
implements
Redaxscript\Validator\ValidatorInterface
Show file
Open project: redaxmedia/redaxscript
Class Usage Examples
Public Methods
Method
Description
validate
(
string
$url
= null,
boolean
$dns
= true ) :
boolean
validate the url
Method Details
validate()
public
method
validate the url
Since:
2.2.0
public
validate
(
string
$url
= null,
boolean
$dns
= true ) :
boolean
$url
string
target url address
$dns
boolean
optional validate dns
return
boolean