WeakReference::create

(PHP 7 >= 7.4.0, PHP 8)

WeakReference::createCria uma nova referência fraca

Descrição

public static WeakReference::create ( object $referent ) : WeakReference

Cria uma nova WeakReference.

Parâmetros

referent

O objeto a ser fracamente referenciado.

Valor Retornado

Retorna o objeto instanciado recentemente.

add a note add a note

User Contributed Notes

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