ShowUsage WScript.Quit End If </job>相應的 Jscript 腳本代碼塊為:if (WScript.Arguments.length != 1) { WScript.Arguments.ShowUsage(); WScript.Quit(); }從該腳本中調(diào)用 ShowUsage 方法將生成下列輸出:This script reboots a server Usage: reboot.wsf /server:value Options: server : Server to ...
memory_get_usage()will only be defined if your PHP is compiled with the--enable-memory-limitconfiguration option. 例子1. Amemory_get_usage()example <?php // This is only an example, the numbers below will // differ depending on your system ...