Ports 搜索

共有5,824项符合/net/的查询结果,以下是第4,8614,870项(搜索用时0.006秒)
databases/memcached-2.2.0 (Score: 0.014903333)
PHP extension for interfacing with memcached via libmemcached library
memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. This extension uses libmemcached library to provide API for communicating with memcached servers.
databases/DB-1.9.2 (Score: 0.014903333)
PEAR Database Abstraction Layer
PEAR::DB is a database abstraction layer providing: * an OO-style query API * portability features that make programs written for one DBMS work with other DBMS's * a DSN (data source name) format for specifying database servers * prepare/execute (bind) emulation for databases that don't support it natively * a result object for each query response * portable error codes * sequence emulation * sequential and non-sequential row fetching as well as bulk fetching * formats fetched rows as associative arrays, ordered arrays or objects * row limit support * transactions support * table information interface * DocBook and phpDocumentor API documentation Drivers for the following extensions pass the complete test suite and provide interchangeability when all of DB's portability options are enabled: fbsql, ibase, informix, msql, mssql, mysql, mysqli, oci8, odbc, pgsql, sqlite and sybase.
databases/DBA-1.1.1 (Score: 0.014903333)
Berkely-style database abstraction class
PEAR::DBA is a wrapper for the php DBA functions. It includes a file-based emulator and provides a uniform, object-based interface for the Berkeley-style database systems.
databases/DBA_Relational-0.2.0 (Score: 0.014903333)
Berkely-style database abstraction class
Table management extension to DBA
databases/DB_DataObject-1.11.5 (Score: 0.014903333)
SQL Builder, Object Interface to Database Tables
PEAR::DB_DataObject performs 2 tasks: 1. Builds SQL statements based on the objects vars and the builder methods. 2. acts as a datastore for a table row. The core class is designed to be extended for each of your tables so that you put the data logic inside the data classes. included is a Generator to make your configuration files and your base classes.
databases/DB_Pager-0.7 (Score: 0.014903333)
PEAR Database Abstraction Layer
DB_Pager retrieve and return information of database result sets. This class handles all the stuff needed for displaying paginated results from a database query of Pear DB. including fetching only the needed rows and giving extensive information for helping build an HTML or GTK query result display.
databases/DB_QueryTool-1.1.2 (Score: 0.014903333)
PEAR OO-interface for easily retrieving and modifying data in a DB
PEAR::DB_QueryTool is an OO-abstraction to the SQL-Query language, it provides methods such as setWhere, setOrder, setGroup, setJoin, etc. to easily build queries. It also provides an easy to learn interface that interacts nicely with HTML-forms using arrays that contain the column data, that shall be updated/added in a DB. This package bases on an SQL-Builder which lets you easily build SQL-Statements and execute them.
databases/DB_Table-1.5.6 (Score: 0.014903333)
PEAR object-oriented interface to a database table
PEAR::DB_Table builds on PEAR DB to abstract datatypes and automate table creation, data validation, insert, update, delete, and select; combines these with PEAR::HTML_QuickForm to automatically generate input forms that match the table column definitions.
databases/DB_ldap-1.2.1 (Score: 0.014903333)
PEAR DB compliant interface to LDAP servers
PEAR::DB_ldap class provides a DB compliant interface to LDAP servers.
databases/DB_ldap2-0.5.1 (Score: 0.014903333)
PEAR DB compliant interface to LDAP v2 and v3 database
PEAR::DB_ldap class provides a DB compliant interface to LDAP v2 and v3 database.