Help for this page

Select Code to Download


  1. or download this
    $y = 42;
    $x = $y;
    
    substr( $string, 2, 6 ) = '';
    $result = substr( $string, 2, 6 );