Help for this page

Select Code to Download


  1. or download this
    substr( 
        $string,
        $index,         # starting from 0
        1,              # how many characters
    ) = $replacement;