Substring replace : Sub string : String PHP Source Code


PHP Source Code » String » Sub string »

 

Substring replace



<?php
   $ccnumber = "1234567899991111";
   echo substr_replace($ccnumber,"************",0,12);
?>


           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo String
» Sub string