Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
38.9K+ articles
DSA
22.5K+ articles
Python
20.5K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
11.7K+ articles
School Learning
11.4K+ articles
Java
10.5K+ articles
PHP
3.9K+ articles
PHP-function
2.3K+ articles
PHP-ds_sequence
11 posts
Recent Articles
Popular Articles
PHP Ds\Sequence Functions Complete Reference
Last Updated: 25 January 2023
A Sequence is used to arrange the values in a single and linear dimension way. In some languages, the sequence refers to the List. The sequence is similar to the array whi...
read more
Web Technologies
PHP
PHP-ds_sequence
PHP | Ds\Sequence reversed() Function
Last Updated: 22 August 2019
The Ds\Sequence::reversed() function is an inbuilt function in PHP which is used to return the reverse copy of sequence element.Syntax:Ds\Sequence abstract public Ds\Seque...
read more
Web Technologies
PHP-function
PHP
PHP-ds_sequence
PHP | Ds\Sequence rotate() Function
Last Updated: 22 August 2019
The Ds\Sequence::rotate() function is an inbuilt function in PHP which is used to rotate the sequence element by a given number of rotations.Syntax:void abstract public Ds...
read more
Web Technologies
PHP-function
PHP
PHP-ds_sequence
PHP | Ds\Sequence set() Function
Last Updated: 22 August 2019
The Ds\Sequence::set() function is an inbuilt function in PHP which is used to updates a value at a given index.Syntax:void abstract public Ds\Sequence::set ( int $index ,...
read more
Web Technologies
PHP-function
PHP
PHP-ds_sequence
PHP | Ds\Sequence reverse() Function
Last Updated: 22 August 2019
The Ds\Sequence::reverse() function is an inbuilt function in PHP which is used to reverse the sequence in-place.Syntax:void abstract public Ds\Sequence::reverse ( void )P...
read more
Web Technologies
PHP-function
PHP
PHP-ds_sequence
PHP | Ds\Sequence remove() Function
Last Updated: 22 August 2019
The Ds\Sequence::remove() function is an inbuilt function in PHP which is used to remove and return a value by index.Syntax:mixed abstract public Ds\Sequence::remove ( int...
read more
Web Technologies
PHP-function
PHP
PHP-ds_sequence
PHP | Ds\Sequence reduce() Function
Last Updated: 22 August 2019
The Ds\Sequence::reduce() function is an inbuilt function in PHP which is used to reduce the sequence to a single value using a callback function.Syntax:mixed abstract pub...
read more
Web Technologies
PHP-function
PHP
PHP-ds_sequence
PHP | Ds\Sequence capacity() Function
Last Updated: 21 August 2019
The Ds\Sequence::capacity() function is an inbuilt function in PHP which is used to returns the current capacity of sequence.Syntax:int abstract public Ds\Sequence::capaci...
read more
Web Technologies
PHP-function
PHP
PHP-ds_sequence
PHP | Ds\Sequence apply() Function
Last Updated: 21 August 2019
The Ds\Sequence::apply() function is an inbuilt function in PHP which is used to updates all value of sequence by applying a callback function to each value.Syntax:void ab...
read more
Web Technologies
PHP-function
PHP
PHP-ds_sequence
PHP | Ds\Sequence map() Function
Last Updated: 21 August 2019
The Ds\Sequence::map() function is an inbuilt function in PHP which returns the result after applying callback function to each value.Syntax:Ds\Sequence abstract public Ds...
read more
Web Technologies
PHP-function
PHP
PHP-ds_sequence
PHP | Ds\Sequence last() Function
Last Updated: 21 August 2019
The Ds\Sequence::last() function is an inbuilt function in PHP which is used to return the last element from the sequence.Syntax:mixed abstract public Ds\Sequence::last( v...
read more
Web Technologies
PHP-function
PHP
PHP-ds_sequence
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 !