PHP Classes

File: provider.php

Recommend this page to a friend!
  Classes of Martin Alterisio   PHON   provider.php   Download  
File: provider.php
Role: Example script
Content type: text/plain
Description: Provider example
Class: PHON
Unserialize values exported with var_export
Author: By
Last change:
Date: 16 years ago
Size: 70 bytes
 

Contents

Class file image Download
<?php
$data
= array(
   
'message' => 'Hi!'
);

var_export($data);