Help for this page

Select Code to Download


  1. or download this
    $mp3_size = ($memory[0] & 0xFF) |
        (( $memory[1] & 0xFF ) << 7) |
        (( $memory[2] & 0xFF ) << 14) |
        (( $memory[3] & 0xFF ) << 21);
    
  2. or download this
    $VAR1 = 0;
    $VAR2 = 0;
    $VAR3 = 5;
    $VAR4 = 59;
    
  3. or download this
    $VAR1 = 123813888;