PHP Classes

File: tests/binaryToString.php

Recommend this page to a friend!
  Classes of Ali YILMAZ   Mind Framework   tests/binaryToString.php   Download  
File: tests/binaryToString.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: 195 bytes
 

Contents

Class file image Download
<?php

require_once '../src/Mind.php';

$Mind = new Mind();

$data = '1000001 1101100 1101001 100000 1011001 11000100 10110001 1101100 1101101 1100001 1111010';
echo
$Mind->binaryToString($data);