Sponsorised links
This year
Create a video preview as animated GIF with FFmpeg and PHP SPL
create the video preview, we need PHP >= 5.1 with the Imagick extension and FFmpeg. FFmpeg supports most of the existing video formats, has a command line interface, and is available under the LGPL license.
Sponsorised links
2008
Nexen.net : portail PHP et MySQL - Nouvelles structures de données en SPL
Etienne Kneuss a finalisé 3 nouvelles classes, qui se retrouvent sous forme de structures de données dans la bibliothèque SPL :
* splDoublyLinkedList : une liste doublement chaînée
* splStack : une pile
* splQueue : une queue
POO PHP5 : Standard Php Library (SPL) - Club d'entraide des développeurs francophones
PHP5 possède un modèle objet 'non vide' : il est agrémenté de classes et d'interfaces internes, réunis dans ce qu'on appelle la SPL, ou Standard PHP Library.
Nous allons voir en quoi ils peuvent s'avérer très utiles.
2007
SPL-StandardPHPLibrary
SPL - Standard PHP Library SPL is a collection of interfaces and classes that are meant to solve standard problems and implements some efficient data access interfaces and classes. You'll find the classes documented using php code in the file spl.php or in corresponding .inc files in subdirectories examples and internal. Based on the internal implementations or the files in the examples subdirectory there are also some .php files to experiment with.
