Logo

Programming-Idioms

History of Idiom 185 > diff from v14 to v15

Edit summary for version 15 by klatys:
New PHP implementation by user [klatys]

Version 14

2019-09-26, 21:49:17

Version 15

2019-09-27, 07:13:42

Idiom #185 Execute function in 30 seconds

Schedule the execution of f(42) in 30 seconds.

Idiom #185 Execute function in 30 seconds

Schedule the execution of f(42) in 30 seconds.

Extra Keywords
future
Extra Keywords
future
Code
sleep(30);
f(42);
Doc URL
https://www.php.net/manual/en/function.sleep.php
Demo URL
https://www.tehplayground.com/MSyO69RsMkEhvBSz