PHP Classes

File: tests/saveAs.php

Recommend this page to a friend!
  Classes of Ali YILMAZ   Mind Framework   tests/saveAs.php   Download  
File: tests/saveAs.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Mind Framework
Framework that implements several design patterns
Author: By
Last change:
Date: 1 year ago
Size: 425 bytes
 

Contents

Class file image Download
<?php
require_once ('../src/Mind.php');

$Mind = new Mind();

$Mind->saveAs('app/migration/mysql_backup_2022_02_14_01_00_53.json');
// $Mind->saveAs('app/migration/mysql_backup_2022_02_14_01_00_53.json', null, false);
// $Mind->saveAs('.htaccess', null, false);
// $Mind->saveAs('deny_directory/style.css', null, false);
// $Mind->saveAs('test.flac', null, false);
// $Mind->saveAs('test.wav');
// $Mind->saveAs('test.mp4');