Judy::__construct

(PECL judy >= 0.1.1)

Judy::__constructConstruct a new Judy object

Beskrivelse

public Judy::__construct ( int $judy_type )

Construct a new Judy object. A Judy object can be accessed like a PHP Array.

Parametre

judy_type

The Judy type to be used.

Returnerings Værdier

Return the new Judy instance.

add a note add a note

User Contributed Notes

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