PHPCon Poland 2024

A interface Collectable

(PECL pthreads >= 2.0.8)

Introdução

Representa um objeto garbage-collectable.

Resumo da Interface

interface Collectable {
/* Métodos */
public isGarbage(): true
}

Índice

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top