diff --git a/smnp.system.md b/smnp.system.md index c5775dd..109cdce 100644 --- a/smnp.system.md +++ b/smnp.system.md @@ -1,12 +1,12 @@ # Functions ## exit -``` +```php exit(exitCode: int = 0) ``` Immediately interrupts the script and returns given exit code to the system. ## sleep -``` +```php sleep(milli: int) ``` Suspends the script execution for a given time in milliseconds. \ No newline at end of file