PHP Classes

File: examples/handlers/home.php

Recommend this page to a friend!
  Classes of Rafa Rodriguez   Div PHP Matrix Library   examples/handlers/home.php   Download  
File: examples/handlers/home.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Div PHP Matrix Library
Define matrices with dynamic cell calculations
Author: By
Last change:
Date: 5 months ago
Size: 64 bytes
 

Contents

Class file image Download
<?php

return function ()
{
    echo
"Home";
    return
true;
};