/
githubmirror
/
symfony
Обзор
Документация
Войти
/
githubmirror
/
symfony
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
8.2
src/Symfony/Component/Process/Tests/ThreeSecondProcess.php
14 строк
291 B
Andrei O
[Process] allow setting options esp. "create_new_console" to detach a subprocess
08 сен 2020, 15:47
08 сен 2020, 15:47
e9ab235
Код
Авторство
О чём код?
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ echo 'Worker started'; sleep(3); echo 'Worker done';