Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Sign In
▲
Similar Topics
Web Technologies
38.9k+ articles
DSA
22.5k+ articles
Python
20.5k+ articles
Experiences
16.5k+ articles
Interview Experiences
14.1k+ articles
JavaScript
11.7k+ articles
School Learning
11.3k+ articles
Java
10.5k+ articles
PHP
3.9k+ articles
PHP-function
2.2k+ articles
PHP-ds_deque
21 posts
Popular Articles
Recent Articles
PHP Ds\Deque Functions Complete Reference
Last Updated: 25 January 2023
A deque data structure is used to store the sequence of values in a contiguous memory buffer which grows and shrinks automatically. The dequ
...read more
Web Technologies
PHP
PHP-ds_deque
PHP | Ds\Deque __construct() Function
Last Updated: 14 August 2019
The Ds\Deque::__construct() function is an inbuilt function in PHP which is used to create a new instance.Syntax:Ds\Deque::__construct( $val
...read more
Web Technologies
PHP-function
PHP
PHP-ds_deque
PHP | Ds\Deque unshift() Function
Last Updated: 20 March 2023
The Ds\Deque::unshift() function is an inbuilt function in PHP which is used to add the value in front of the deque. Syntax:void Ds\Deque::u
...read more
Web Technologies
PHP-function
PHP
PHP-ds_deque
Similar Topics
Web Technologies
38.9k+ articles
DSA
22.5k+ articles
Python
20.5k+ articles
Experiences
16.5k+ articles
Interview Experiences
14.1k+ articles
JavaScript
11.7k+ articles
School Learning
11.3k+ articles
Java
10.5k+ articles
PHP
3.9k+ articles
PHP-function
2.2k+ articles
PHP | Ds\Deque push() Function
Last Updated: 14 August 2019
The Ds\Deque::push() function is an inbuilt function in PHP which is used to add the elements to the Deque by appending an element at the en
...read more
Web Technologies
PHP-function
PHP
PHP-ds_deque
PHP | Ds\Deque sum() Function
Last Updated: 14 August 2019
The Ds\Deque::sum() function is an inbuilt function in PHP which is used to return the sum of all elements present in the Deque.Syntax:publi
...read more
Web Technologies
PHP-function
PHP
PHP-ds_deque
PHP | Ds\Deque rotate() Function
Last Updated: 14 August 2019
The Ds\Deque::rotate() function is an inbuilt function in PHP which is used to rotate the elements of Deque by the given number of rotations
...read more
Web Technologies
PHP-function
PHP
PHP-ds_deque
PHP | Ds\Deque reverse() Function
Last Updated: 14 August 2019
The Ds\Deque::reverse() function is an inbuilt function in PHP which is used to reverse the elements in the Deque in-place.Syntax:public Ds\
...read more
Web Technologies
PHP-function
PHP
PHP-ds_deque
PHP | Ds\Deque remove() Function
Last Updated: 14 August 2019
The Ds\Deque::remove() function is an inbuilt function in PHP which is used to remove and return the index value.Syntax:public Ds\Deque::rem
...read more
Web Technologies
PHP-function
PHP
PHP-ds_deque
PHP | Ds\Deque merge() Function
Last Updated: 14 August 2019
The Ds\Deque::merge() function is an inbuilt function in PHP which is used to return the merged Deque after merging all the elements of one
...read more
Web Technologies
PHP-function
PHP
PHP-ds_deque
PHP | Ds\Deque pop() Function
Last Updated: 14 August 2019
The Ds\Deque::pop() function is an inbuilt function in PHP which is used to remove the last element from Deque (if Deque is not empty) and r
...read more
Web Technologies
PHP-function
PHP
PHP-ds_deque
PHP | Ds\Deque slice() Function
Last Updated: 14 August 2019
The Ds\Deque::slice() function is an inbuilt function in PHP which is used to return a sub-Deque which contains elements of the Deque within
...read more
Web Technologies
PHP-function
PHP
PHP-ds_deque
PHP | Ds\Deque set() Function
Last Updated: 14 August 2019
The Ds\Deque::set() function is an inbuilt function in PHP which is used to set the value at the given index in the Deque.Syntax:public Ds\D
...read more
Web Technologies
PHP-function
PHP
PHP-ds_deque
PHP | Ds\Deque toArray() Function
Last Updated: 14 August 2019
The Ds\Deque::toArray() function is an inbuilt function in PHP which is used to convert a Deque into an array. The elements of the array wil
...read more
Web Technologies
PHP-function
PHP
PHP-ds_deque
PHP | Ds\Deque sort() Function
Last Updated: 14 August 2019
The Ds\Deque::sort() function is an inbuilt function in PHP which is used to sort the Deque in place by arranging the elements in increasing
...read more
Web Technologies
PHP-function
PHP
PHP-ds_deque
PHP | Ds\Deque count() Function
Last Updated: 14 August 2019
The Ds\Deque::count() function is an inbuilt function in PHP which is used to get the number of elements in the Deque.Syntax:public Ds\Deque
...read more
Web Technologies
PHP-function
PHP
PHP-ds_deque
1
2
>>
Last
1
2
>>
Last
1
2
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !