PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP DataType class   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Examples
Class: PHP DataType class
Convert XML or object to arrays or array to object
Author: By
Last change: Apply fixes from StyleCI
Date: 5 years ago
Size: 119 bytes
 

Contents

Class file image Download
<?php


require_once 'classes/DataType.php';

$array = [1, 1, 5, 6, 4, 6, 4];

print_r(DataType::ArrayObject($array));