1001 |
PHPの関数・メソッドの単語集 |
|
Ds\PriorityQueue::__construct
|
詳細
|
1. Creates a new instance
|
|
1002 |
PHPの関数・メソッドの単語集 |
|
Ds\Queue::allocate
|
詳細
|
1. Allocates enough memory for a required capacity
|
|
1003 |
PHPの関数・メソッドの単語集 |
|
Ds\Queue::capacity
|
詳細
|
1. Returns the current capacity
|
|
1004 |
PHPの関数・メソッドの単語集 |
|
Ds\Queue::clear
|
詳細
|
1. Removes all values
|
|
1005 |
PHPの関数・メソッドの単語集 |
|
Ds\Queue::copy
|
詳細
|
1. Returns a shallow copy of the queue
|
|
スポンサー
|
1006 |
PHPの関数・メソッドの単語集 |
|
Ds\Queue::count
|
詳細
|
1. Returns the number of values in the queue
|
|
1007 |
PHPの関数・メソッドの単語集 |
|
Ds\Queue::isEmpty
|
詳細
|
1. Returns whether the queue is empty
|
|
1008 |
PHPの関数・メソッドの単語集 |
|
Ds\Queue::jsonSerialize
|
詳細
|
1. Returns a representation that can be converted to JSON
|
|
1009 |
PHPの関数・メソッドの単語集 |
|
Ds\Queue::peek
|
詳細
|
1. Returns the value at the front of the queue
|
|
1010 |
PHPの関数・メソッドの単語集 |
|
Ds\Queue::pop
|
詳細
|
1. Removes and returns the value at the front of the queue
|
|
スポンサー
|
1011 |
PHPの関数・メソッドの単語集 |
|
Ds\Queue::push
|
詳細
|
1. Pushes values into the queue
|
|
1012 |
PHPの関数・メソッドの単語集 |
|
Ds\Queue::toArray
|
詳細
|
1. Converts the queue to an array
|
|
1013 |
PHPの関数・メソッドの単語集 |
|
Ds\Queue::__construct
|
詳細
|
1. Creates a new instance
|
|
1014 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::allocate
|
詳細
|
1. Allocates enough memory for a required capacity
|
|
1015 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::apply
|
詳細
|
1. Updates all values by applying a callback function to each value
|
|
スポンサー
|
1016 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::capacity
|
詳細
|
1. Returns the current capacity
|
|
1017 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::contains
|
詳細
|
1. Determines if the sequence contains given values
|
|
1018 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::filter
|
詳細
|
1. Creates a new sequence using a callable to determine which values to include
|
|
1019 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::find
|
詳細
|
1. Attempts to find a value's index
|
|
1020 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::first
|
詳細
|
1. Returns the first value in the sequence
|
|
スポンサー
|
1021 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::get
|
詳細
|
1. Returns the value at a given index
|
|
1022 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::insert
|
詳細
|
1. Inserts values at a given index
|
|
1023 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::join
|
詳細
|
1. Joins all values together as a string
|
|
1024 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::last
|
詳細
|
1. Returns the last value
|
|
1025 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::map
|
詳細
|
1. Returns the result of applying a callback to each value
|
|
スポンサー
|