remove first element in array php

61

remove first letter php -

<?php
echo substr('abcdef', 1);     // bcdef
?>

Comments

Submit
0 Comments