Search results

  1. L

    Working CLI Freeze when I click the "X" (close) button

    It freezes here when I’m waiting for input. If I press the “X” button without entering the required STDIN, the CLI freezes fputs(STDOUT, "Choose Variable"); $variable = trim(fgets(STDIN, 256)); and here when I’m downloading files: for ($i = 0 ;$i <= $limit; $i++) { $data =...
  2. L

    Working CLI Freeze when I click the "X" (close) button

    when I waiting for STDIN , or downloading files with file_get_contents();
  3. L

    Working CLI Freeze when I click the "X" (close) button

    As the title said, when running a CLI executable, pressing “X” will freeze my cli program, it still can be closed by spamming the X button or using cmd taskkill. But it is still kinda annoying. Hope someone can help me. Thank you for reading
  4. L

    Press Any Key To Exit in CLI

    Is there a way to create a “Press Any Key To Exit” in PHP? So it only takes 1 input in STDIN (and the user doesn’t have to press "Enter) and then ends the script.
  5. L

    Problem with exo_getGlobalVarible();

    So I there a way I can save files?
  6. L

    Problem with exo_getGlobalVarible();

    I tried `<?php $storagelocation = exo_getglobalvariable(‘HEPubStorageLocation’, ‘’); echo $storagelocation; ?>` The ouput is “Undefined”. How can I solve the problem?
Back
Top