PHP Classes

File: bootstrap_test.php

Recommend this page to a friend!
  Classes of Eduardo Luz   PHP Action Class   bootstrap_test.php   Download  
File: bootstrap_test.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Action Class
Create objects that execute actions dynamically
Author: By
Last change:
Date: 5 years ago
Size: 188 bytes
 

Contents

Class file image Download
<?php
include_once __DIR__.'/bootstrap.php';



function
sampleFunction1($parm='') {
    return
'((('.$parm.')))';
}


function
sampleFunction2($parm='') {
    return
')))'.$parm.'(((';
}