Menu

PHP Standard Edition / News: Recent posts

New functionality: the php.sql API

Provides the API for accessing and processing data stored in a data source (usually a relational database) using the PHP programming language.

Posted by Liberic 2007-05-16

First version of php.util.Vector class

The Vector class implements a growable array of objects. Like an array, it contains components that can be accessed using an integer index. However, the size of a Vector can grow or shrink as needed to accommodate adding and removing items after the Vector has been created.

Posted by Liberic 2007-04-05
MongoDB Logo MongoDB