Jump to content

ZohaibKhalid1

New Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by ZohaibKhalid1

  1. $input = fopen(stream)
    $output = fopen(output file)

    $end = time() + however many seconds you want to record
    do {
        fwrite(fread($input, some amount you determine))
    } while time() <= $end

    fclose
    ($output)
    fclose($input)

     

     

    It is not done please help a little bit more

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.