PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Ogbemudia Osayawe   PHP Data Structure and Algorithms   index.php   Download  
File: index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Data Structure and Algorithms
Create and search data structures objects
Author: By
Last change:
Date: 2 years ago
Size: 180 bytes
 

Contents

Class file image Download
<?php declare(strict_types=1);

require_once
__DIR__ . '/vendor/autoload.php';

ini_set('display_errors', '1');
error_reporting(E_ALL);

echo
'Data structure and algorithms PHP';