10 lines
81 B
PHP
10 lines
81 B
PHP
<?php
|
|
sleep(2)
|
|
?>
|
|
|
|
def(function () {
|
|
return {
|
|
name: 'six'
|
|
};
|
|
});
|