Skip to main content

AcquiredPHP

Result of acquiring a PHP instance. The reap function should be called when done with the instance.

Index

Properties

Properties

php

php: PHP

reap

reap: () => void

Release the PHP instance back to the pool (for multi-instance managers) or mark it as idle (for single-instance managers).


Type declaration

    • (): void
    • Returns void

Page Options