PHP Classes

File: perms.php

Recommend this page to a friend!
  Classes of Free Ment   PHP Live Chat Browser   perms.php   Download  
File: perms.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Live Chat Browser
Live chat with users of the same or another site
Author: By
Last change:
Date: 1 year ago
Size: 539 bytes
 

Contents

Class file image Download
<?php

/*include('life.php');
$life = new life();
$life->recursiveChmod('');*/
mkdir('cache\test_dir');
$put_result1 = file_put_contents('cache\test_dir\test_file.txt', 'some contents');
$put_result2 = file_put_contents('cache\www.spriters-resource.com\includes\css\some_file.txt', 'some txt contents');
$put_result3 = file_put_contents('cache\www.spriters-resource.com\includes\css\some_file.css', 'some css contents');
print(
'$put_result1, $put_result2, $put_result3: ');var_dump($put_result1, $put_result2, $put_result3);

?>