Search results

  1. 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
  2. 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.
  3. 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