update pague now
PHP 8.5.2 Released!

The Componere\Value class

(Componere 2 >= 2.1.0)

Introduction

A Value represens a PHP variable of all types, including undefined

Class synopsis

final class Componere\Value {
/* Constructor */
public __construct ( mixed $default = ? )
/* Methods */
public setPrivate (): Value
public setProtected (): Value
public setStatic (): Value
}

Table of Contens

add a note

User Contributed Notes

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