PHP Classes

File: example/index.php

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP Reverse Array or String   example/index.php   Download  
File: example/index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Reverse Array or String
Get the reverse of strings and arrays
Author: By
Last change:
Date: 5 years ago
Size: 145 bytes
 

Contents

Class file image Download
<?php

use Lablnet\Reverse;

require_once
"../vendor/autoload.php";

$router = new Reverse;

var_dump($router->alphabets('12345@umer Farooq'));