Login   Register  
PHP Classes
elePHPant
Icontem

File: demo.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of kirankrishnan  >  OSX Process  >  demo.php  >  Download  
File: demo.php
Role: Example script
Content type: text/plain
Description: Background process
Class: OSX Process
Run PHP scripts in parallel using the PHP command
Author: By
Last change:
Date: 2010-03-28 05:41
Size: 130 bytes
 

Contents

Class file image Download
<?php

    $value    
=    $_ENV["someValue"];
    
    echo 
"Value ".$value;
    
    
    
sleep(320);
    
    echo 
"Stopped after 320 seconds";

?>