PHP Classes

PHP Reverse Array or String: Get the reverse of strings and arrays

Recommend this page to a friend!
  Info   View files Example   View files View files (5)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 74 This week: 1All time: 10,180 This week: 560Up
Version License PHP version Categories
php-reverse 1.0MIT/X Consortium ...5PHP 5, Text processing, Data types
Description 

Author

This class can get the reverse of strings and arrays.

It can take a given string and returns a version of the string with characters in reverse order.

The class can also take an array and returns an array with the elements of the input array but also in reverse order.

Picture of Muhammad Umer Farooq
Name: Muhammad Umer Farooq is available for providing paid consulting. Contact Muhammad Umer Farooq .
Classes: 52 packages by
Country: Pakistan Pakistan
Age: 22
All time rank: 84611 in Pakistan Pakistan
Week rank: 52 Up3 in Pakistan Pakistan Up
Innovation award
Innovation award
Nominee: 6x

Example

<?php

use Lablnet\Reverse;

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

$router = new Reverse;

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


Details

PHP Reverse

Reverse numbers , alphabets and others in php


  Files folder image Files  
File Role Description
Files folder imageexample (1 file)
Files folder imagesrc (1 file)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file readme.md Data Read me

  Files folder image Files  /  example  
File Role Description
  Accessible without login Plain text file index.php Example Example script

  Files folder image Files  /  src  
File Role Description
  Plain text file Reverse.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:74
This week:1
All time:10,180
This week:560Up