PHP Classes

Packages of Raphael Paez

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Raphael Paez (3)  >  Mission progress status  >  Reputation  
Picture of Raphael Paez
Name: Raphael Paez <contact>
Classes: 3
Country: Brazil Brazil
Age: ???
All time rank: 2732190 in Brazil Brazil
Week rank: 195 Up14 in Brazil Brazil Up
All time users: 764
Week users: 0
Innovation award
Innovation award
Nominee: 2x

Winner: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image PHP Collection Example Class  
Manage a playlist using SplDoublyLinkedList class
This is a simple example class that can manage a playlist using the SplDoublyLinkedList class.

It provides several functions that can be used to manage a list of songs that can be played by an application. Currently it can:

- Add songs to the playlist from a fixed array of sons
- Display the name of song that is currently playing
- Add one song to the end or beginning of the playlist
- Move on to the next or the previous song in the play list
- Display the name of the songs on the play list
- Display the total number of the songs on the queue
- Remove a song from the beginning or end of the playlist

In Portuguese:

O Heap é uma collection do PHP.

O Set é uma collection que tem uma característica muito importante com relação aos elementos que armazena.

A fila é uma Collection do PHP que tem uma característica principal em relação ao armazenamento e busca das informações que armazena.

A pilha é uma Collection do PHP que tem uma característica principal em relação ao armazenamento e busca das informações que armazena.

Utilizamos a SplDoublyLinkedList para armazenarmos as músicas em nosso tocador, a principal característica dessa classe é que ela implementa uma lista duplamente ligada.
Not yet rated by the users

  Files folder image PHP Order Array Trait  
PHP Programming Innovation award winner
May 2020
Winner


Prize: One official elePHPant Plush Mascott
Sort arrays of indexed strings with custom sorting
This package can be used to sort arrays of indexed strings with custom sorting.

It provides a trait that can be used directly to sort arrays with members that are associative arrays.

The trait takes a string parameter that defines the name of the array key that will be used to sort the elements.

It returns an array sorted based on character order. The sorting order can be changed using a string that defines the order of the characters in the sorting key element.
Not yet rated by the users

  Files folder image PHP Zoom API  
PHP Programming Innovation award nominee
April 2020
Number 2
Access Zoom video conference application REST API
This class can be used to access Zoom video conference application REST API.

It can send HTTP requests to the Zoom API Web server to perform several types of operations.

Currently it can perform operations with Zoom users, meetings, recordings and reports.
Not yet rated by the users


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z