PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Dannel   PHP MIT App Inventor Extension Extractor   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example Script
Class: PHP MIT App Inventor Extension Extractor
Extract details from MIT App Inventor project
Author: By
Last change: path
Date: 3 years ago
Size: 125 bytes
 

Contents

Class file image Download
<?php
include 'aixparserclass.php';
$obj= new aixParser;

echo
$obj->parser('C:\Xampp\htdocs\remote_aix_folder\\');

?>