PHP Class UrlRule

Afficher le fichier Open project: zblogcn/zblogphp Class Usage Examples

Méthodes publiques

Свойство Type Description
$MakeReplace boolean
$Rules array
$Url string
$categorylayer

Méthodes publiques

Méthode Description
Make ( ) : string
Make_htaccess ( ) : string
Make_httpdini ( ) : string
Make_lighttpd ( ) : string
Make_nginx ( ) : string
Make_webconfig ( ) : string
OutputUrlRegEx ( $url, $type, $haspage = false ) : string
Rewrite_httpdini ( $url, $type ) : string
__construct ( $url )

Private Methods

Méthode Description
Make_Preg ( ) : string
Make_Replace ( ) : string

Method Details

Make() public méthode

public Make ( ) : string
Résultat string

Make_htaccess() public méthode

public Make_htaccess ( ) : string
Résultat string

Make_httpdini() public méthode

public Make_httpdini ( ) : string
Résultat string

Make_lighttpd() public méthode

public Make_lighttpd ( ) : string
Résultat string

Make_nginx() public méthode

public Make_nginx ( ) : string
Résultat string

Make_webconfig() public méthode

public Make_webconfig ( ) : string
Résultat string

OutputUrlRegEx() public static méthode

public static OutputUrlRegEx ( $url, $type, $haspage = false ) : string
$url
$type
$haspage boolean
Résultat string

Rewrite_httpdini() public méthode

public Rewrite_httpdini ( $url, $type ) : string
$url
$type
Résultat string

__construct() public méthode

public __construct ( $url )
$url

Property Details

$MakeReplace public_oe property

public bool $MakeReplace
Résultat boolean

$Rules public_oe property

public array $Rules
Résultat array

$Url public_oe property

public string $Url
Résultat string

$categorylayer public_oe static_oe property

public static $categorylayer