PHP Classes

File: plugins/bar.php

Recommend this page to a friend!
  Classes of David Bittencourt   phpPlugin   plugins/bar.php   Download  
File: plugins/bar.php
Role: Auxiliary script
Content type: text/plain
Description: Different bar() plugin for test.php and example.php
Class: phpPlugin
Dynamically extend a PHP class using plug-ins
Author: By
Last change:
Date: 19 years ago
Size: 88 bytes
 

Contents

Class file image Download


<?php

function bar($str){
   
$this->display("----" . $str . "-----");
}

?>