From 00dbc1c05267ac5a86eb336b3ed1ad93e29a5ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Przemys=C5=82aw=20Pluta?= Date: Thu, 2 Apr 2020 09:14:43 +0200 Subject: [PATCH] Updated smnp.system (markdown) --- smnp.system.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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