Updated smnp.system (markdown)

Bartłomiej Przemysław Pluta
2020-04-02 09:14:43 +02:00
parent 968a03040a
commit 00dbc1c052

@@ -1,12 +1,12 @@
# Functions # Functions
## exit ## exit
``` ```php
exit(exitCode: int = 0) exit(exitCode: int = 0)
``` ```
Immediately interrupts the script and returns given exit code to the system. Immediately interrupts the script and returns given exit code to the system.
## sleep ## sleep
``` ```php
sleep(milli: int) sleep(milli: int)
``` ```
Suspends the script execution for a given time in milliseconds. Suspends the script execution for a given time in milliseconds.