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
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
Java
10.8K+ articles
PHP
3.9K+ articles
PHP-function
2.3K+ articles
PHP-DS\Collection
21 posts
Recent Articles
Popular Articles
PHP | Ds\Sequence unshift() Function
Last Updated: 22 August 2019
The Ds\Sequence::unshift() function is an inbuilt function in PHP which is used to add values to the font of the sequence.Syntax:void abstract public Ds\Sequence::unshift(...
read more
Web Technologies
PHP-function
PHP
PHP-DS\Collection
PHP Ds\Sequence sort() Function
Last Updated: 26 April 2023
The Ds\Sequence::sort() function is an inbuilt function in PHP that is used to sort the sequence element in the same place.Syntax:void abstract public Ds\Sequence::sort ([...
read more
Web Technologies
PHP-function
PHP
PHP-DS\Collection
PHP | Ds\Sequence slice() Function
Last Updated: 22 August 2019
The Ds\Sequence::slice() function is an inbuilt function in PHP which is used to return the subsequence of given range.Syntax:Ds\Sequence abstract public Ds\Sequence::slic...
read more
Web Technologies
PHP-function
PHP
PHP-DS\Collection
PHP | Ds\Sequence shift() Function
Last Updated: 22 August 2019
The Ds\Sequence::shift() function is an inbuilt function in PHP which is used to removes the first element from the sequence and return it.Syntax:mixed abstract public Ds\...
read more
Web Technologies
PHP-function
PHP
PHP-DS\Collection
PHP | Ds\Sequence sum() Function
Last Updated: 22 August 2019
The Ds\Sequence::sum() function is an inbuilt function in PHP which is used to return the sum of all values of the sequence.Syntax:number abstract public Ds\Sequence::sum(...
read more
Web Technologies
PHP-function
PHP
PHP-DS\Collection
PHP | Ds\Sequence sorted() Function
Last Updated: 13 July 2022
The Ds\Sequence::sorted() function is an inbuilt function in PHP which is used to return the sorted copy of sequence element. Syntax:Ds\Sequence abstract public Ds\Sequenc...
read more
Web Technologies
PHP-function
PHP
PHP-DS\Collection
PHP | Ds\Sequence allocate() Function
Last Updated: 21 August 2019
The Ds\Sequence::allocate() function is an inbuilt function in PHP which is used to allocate enough memory for required capacity.Syntax:void abstract public Ds\Sequence::a...
read more
Web Technologies
PHP-function
PHP
PHP-DS\Collection
PHP | Ds\Sequence pop() Function
Last Updated: 24 January 2019
The Ds\Sequence::pop() function is an inbuilt function in PHP which removes the last value from sequence and return it.Syntax:abstract public Ds\Sequence::pop( void ) : mi...
read more
Web Technologies
PHP-function
PHP
PHP-DS\Collection
PHP | Ds\Sequence get() Function
Last Updated: 21 August 2019
The Ds\Sequence::get() function is an inbuilt function in PHP which returns the value at given index.Syntax:mixed abstract public Ds\Sequence::get ( int $index )Parameter:...
read more
Web Technologies
PHP-function
PHP
PHP-DS\Collection
PHP | Ds\Sequence push() Function
Last Updated: 22 August 2019
The Ds\Sequence::push() function is an inbuilt function in PHP which adds values to the end of the sequence.Syntax:void abstract public Ds\Sequence::push( $values )Paramet...
read more
Web Technologies
PHP-function
PHP
PHP-DS\Collection
PHP | Ds\Sequence join() Function
Last Updated: 21 August 2019
The Ds\Sequence::join() function is an inbuilt function in PHP which is used to join all values as string. Syntax:string abstract public Ds\Sequence::join ([ string $glue ...
read more
Web Technologies
PHP-function
PHP
PHP-DS\Collection
PHP | Ds\Sequence find() Function
Last Updated: 21 August 2019
The Ds\Sequence::find() function is an inbuilt function in PHP which is used to find the value from the sequence. If the value present in the sequence then return its inde...
read more
Web Technologies
PHP-function
PHP
PHP-DS\Collection
PHP | Ds\Sequence insert() Function
Last Updated: 21 August 2019
The Ds\Sequence::insert() function is an inbuilt function in PHP which is used to insert value in the sequence at the given index.Syntax:void abstract public Ds\Sequence::...
read more
Web Technologies
PHP-function
PHP
PHP-DS\Collection
PHP | Ds\Sequence merge() Function
Last Updated: 24 January 2019
The Ds\Sequence::merge() function is an inbuilt function in PHP which returns a sequence after adding all given values to the sequence.Syntax:abstract public Ds\Sequence::...
read more
Web Technologies
PHP-function
PHP
PHP-DS\Collection
PHP | Ds\Sequence first() Function
Last Updated: 21 August 2019
The Ds\Sequence::first() function is an inbuilt function in PHP which is used to return the first element from the sequence.Syntax:mixed abstract public Ds\Sequence::first...
read more
Web Technologies
PHP-function
PHP
PHP-DS\Collection
1
2
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 !