PHP Classes

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

Recommend this page to a friend!
     
  Info   Example   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 74 All time: 10,216 This week: 673Up
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 <contact>
Classes: 52 packages by
Country: Pakistan Pakistan
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 (5)  
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 (5)  /  example  
File Role Description
  Accessible without login Plain text file index.php Example Example script

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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:74
This week:0
All time:10,216
This week:673Up