Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/./../app/.././../../finland.picotech.app/public_html/storage/../vendor/monolog/../laravel/octane/src/Contracts
الملفات الموجودة في هذا الـ Path:
.
..
Client.php
DispatchesCoroutines.php
DispatchesTasks.php
OperationTerminated.php
ServerProcessInspector.php
ServesStaticFiles.php
StoppableClient.php
Worker.php

مشاهدة ملف: StoppableClient.php

<?php

namespace Laravel\Octane\Contracts;

interface StoppableClient extends Client
{
    /**
     * Stop the underlying server / worker.
     */
    public function stop(): void;
}