|
Ds\PriorityQueue::__constructCreates a new instance. Beschreibung
public Ds\PriorityQueue::__construct
( void
)
Creates a new instance. BeispieleBeispiel #1 Ds\PriorityQueue::__construct example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
object(Ds\PriorityQueue)#1 (0) {
}
|