Skip to content

Info function

Andre Sieverding edited this page Jun 12, 2014 · 7 revisions

(EasyRouter >= 0.2.0 && <= 0.4.1)

This function is deprecated!

Teddy95\EasyRouter\route::info( void )

Return values

Returns an array with information about EasyRouter.

Little example:

<?php
	$information = Teddy95\EasyRouter\route::info();
	print_r($information);
?>
Array
(
    [author] => Andre Sieverding
    [license] => MIT http://opensource.org/licenses/MIT
    [version] => 0.4.0
    [website] => http://www.andre-sieverding.de
    [github] => https://github.com/Teddy95
    [src] => https://github.com/Teddy95/EasyRouter
)

Clone this wiki locally