Skip to content

Instantly share code, notes, and snippets.

View ikariiin's full-sized avatar
🐜
Focusing

Gourab Nag ikariiin

🐜
Focusing
View GitHub Profile
<?php
/**
* Created by PhpStorm.
* User: gourab
* Date: 20/7/15
* Time: 10:35 PM
*/
$name = "GOURAB";
$revName = strrev($name);
$len = strlen($name);